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