We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f78b4 commit 883661fCopy full SHA for 883661f
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "supafunc"
3
-version = "0.1.1"
4
-description = ""
+version = "0.1.3"
+description = "Library for Supabase Functions"
5
authors = ["Joel Lee <[email protected]>"]
6
license = "MIT"
7
8
[tool.poetry.dependencies]
9
-python = "^3.9"
10
-httpx = "^0.22.0"
+python = "^3.7"
+httpx = "^0.21.3"
11
[tool.poetry.dev-dependencies]
12
13
[build-system]
supafunc/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "0.1.0"
-
+__version__ = "0.1.3"
from supafunc import FunctionsClient
+
0 commit comments