We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e162dfd commit 7f49f0aCopy full SHA for 7f49f0a
jigsawstack/version.py
@@ -1,8 +1,8 @@
1
-__version__ = "0.2.9"
+__version__ = "0.3.0"
2
3
4
def get_version() -> str:
5
"""
6
Returns the current version of this lib
7
8
- return __version__
+ return __version__
setup.py
@@ -6,7 +6,7 @@
setup(
name="jigsawstack",
9
- version="0.2.9",
+ version="0.3.0",
10
description="JigsawStack - The AI SDK for Python",
11
long_description=open("README.md", encoding="utf8").read(),
12
long_description_content_type="text/markdown",
0 commit comments