From 2516302988e16cb1b8b00f4bb4e6f087f2441be3 Mon Sep 17 00:00:00 2001 From: chao-peng-story Date: Tue, 3 Mar 2026 16:27:08 +0800 Subject: [PATCH] chore: bump version to 0.3.18 --- 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 8c380f98..852fbe4f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="story_protocol_python_sdk", - version="0.3.17", + version="0.3.18", 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 95a383af..9270cc77 100644 --- a/src/story_protocol_python_sdk/__init__.py +++ b/src/story_protocol_python_sdk/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.17" +__version__ = "0.3.18" from .resources.Dispute import Dispute from .resources.IPAccount import IPAccount