Skip to content

Commit 7f301c7

Browse files
authored
Update setup.py
1 parent 0af8878 commit 7f301c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="jigsawstack",
10-
version="0.1",
10+
version="0.1.1",
1111
description="JigsawStack Python SDK",
1212
long_description=open("README.md", encoding="utf8").read(),
1313
long_description_content_type="text/markdown",
@@ -34,4 +34,4 @@
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
3636
],
37-
)
37+
)

0 commit comments

Comments
 (0)