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 1f9a03c commit b049fdaCopy full SHA for b049fda
jigsawstack/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.8"
+__version__ = "0.2.9"
2
3
4
def get_version() -> str:
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="jigsawstack",
9
- version="0.2.8",
+ version="0.2.9",
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