We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f9f61 commit a6584a7Copy full SHA for a6584a7
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "supafunc"
3
-version = "0.1.4"
+version = "0.2.0"
4
description = "Library for Supabase Functions"
5
authors = ["Joel Lee <joel@joellee.org>"]
6
license = "MIT"
supafunc/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.1.4"
+__version__ = "0.2.0"
from .functions_client import FunctionsClient
0 commit comments