From 9561abecb89a18dbb0d1eb560c180bc0f94d5a4c Mon Sep 17 00:00:00 2001 From: Bonnie Date: Fri, 12 Dec 2025 16:32:22 +0800 Subject: [PATCH] chore: bump version to 0.3.17 in setup.py and __init__.py --- setup.py | 2 +- src/story_protocol_python_sdk/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1ac48a6..8c380f9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="story_protocol_python_sdk", - version="0.3.16", + version="0.3.17", packages=find_packages(where="src", exclude=["tests"]), package_dir={"": "src"}, install_requires=["web3>=7.0.0", "pytest", "python-dotenv", "base58"], diff --git a/src/story_protocol_python_sdk/__init__.py b/src/story_protocol_python_sdk/__init__.py index e2cff2a..95a383a 100644 --- a/src/story_protocol_python_sdk/__init__.py +++ b/src/story_protocol_python_sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.16" +__version__ = "0.3.17" from .resources.Dispute import Dispute from .resources.IPAccount import IPAccount