From e44cd68df691552fb51f072f082818b2df1aba3b Mon Sep 17 00:00:00 2001 From: Yao Date: Mon, 11 Aug 2025 11:25:08 -0700 Subject: [PATCH 1/2] Bump version to 0.3.15-rc.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e562df35..6bff4210 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="story_protocol_python_sdk", - version="0.3.14", + version="0.3.15-rc.1", packages=find_packages(where="src", exclude=["tests"]), package_dir={"": "src"}, install_requires=["web3>=7.0.0", "pytest", "python-dotenv", "base58"], From 97763bc421551349aca5509910862f523191aa6e Mon Sep 17 00:00:00 2001 From: Yao Date: Mon, 11 Aug 2025 12:06:14 -0700 Subject: [PATCH 2/2] chore --- src/story_protocol_python_sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/story_protocol_python_sdk/__init__.py b/src/story_protocol_python_sdk/__init__.py index 8520c853..622a2e4a 100644 --- a/src/story_protocol_python_sdk/__init__.py +++ b/src/story_protocol_python_sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.14" +__version__ = "0.3.15-rc.1" from .resources.Dispute import Dispute from .resources.IPAccount import IPAccount