Skip to content

Commit 883661f

Browse files
author
Joel Lee
committed
chore: update version
1 parent 61f78b4 commit 883661f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "supafunc"
3-
version = "0.1.1"
4-
description = ""
3+
version = "0.1.3"
4+
description = "Library for Supabase Functions"
55
authors = ["Joel Lee <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.9"
10-
httpx = "^0.22.0"
9+
python = "^3.7"
10+
httpx = "^0.21.3"
1111
[tool.poetry.dev-dependencies]
1212

1313
[build-system]

supafunc/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.0"
2-
1+
__version__ = "0.1.3"
32
from supafunc import FunctionsClient
3+

0 commit comments

Comments
 (0)