Skip to content

Commit a6584a7

Browse files
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

+1-1
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 <[email protected]>"]
66
license = "MIT"

supafunc/__init__.py

+1-1
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)