Skip to content

Commit 8742b83

Browse files
chore(versioning): up 0.4.5
1 parent dbfe3e8 commit 8742b83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jigsawstack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.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.4.4",
9+
version="0.4.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)