Skip to content

Commit d5f32ba

Browse files
author
joel@joellee.org
committed
chore: bump version
1 parent f9d1c3c commit d5f32ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "supafunc"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Library for Supabase Functions"
55
authors = ["Joel Lee <joel@joellee.org>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.7"
9+
python = "^3.8"
1010
httpx = "^0.24.0"
1111
[tool.poetry.dev-dependencies]
1212

supafunc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"
22
from .functions_client import FunctionsClient

0 commit comments

Comments
 (0)