Skip to content

Commit 61f78b4

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

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.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["Joel Lee <[email protected]>"]
66
license = "MIT"

supafunc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__version__ = "0.1.0"
22

3-
__all__ = ['supafunc']
3+
from supafunc import FunctionsClient

0 commit comments

Comments
 (0)