Skip to content

Commit a6584a7

Browse files
author
joel@joellee.org
committed
chore: update version
1 parent d3f9f61 commit a6584a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supafunc"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "Library for Supabase Functions"
55
authors = ["Joel Lee <joel@joellee.org>"]
66
license = "MIT"

supafunc/__init__.py

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

0 commit comments

Comments
 (0)