Skip to content

Commit 208689b

Browse files
committed
update to match js sdk version
1 parent e43131c commit 208689b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jigsawstack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.4"
1+
__version__ = "0.3.5"
22

33

44
def get_version() -> str:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.3.4",
9+
version="0.3.5",
1010
description="JigsawStack - The AI SDK for Python",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)