Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 563f65e

Browse files
feat: update version to 0.3.4
1 parent 2127ca1 commit 563f65e

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
@@ -6,7 +6,7 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.3.3",
9+
version="0.3.4",
1010
description="JigsawStack - The AI SDK for Python",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
1919
python_requires=">=3.7",
2020
keywords=["AI", "AI Tooling"],
2121
setup_requires=["pytest-runner"],
22-
tests_require=["pytest"],
22+
tests_require=["pytest", "pytest-asyncio"],
2323
test_suite="tests",
2424
classifiers=[
2525
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)