Skip to content

Commit cedc57e

Browse files
authored
Bump version to 0.3.15-rc.2 (#122)
1 parent 7f6077c commit cedc57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="story_protocol_python_sdk",
8-
version="0.3.15-rc.1",
8+
version="0.3.15-rc.2",
99
packages=find_packages(where="src", exclude=["tests"]),
1010
package_dir={"": "src"},
1111
install_requires=["web3>=7.0.0", "pytest", "python-dotenv", "base58"],

src/story_protocol_python_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.15-rc.1"
1+
__version__ = "0.3.15-rc.2"
22

33
from .resources.Dispute import Dispute
44
from .resources.IPAccount import IPAccount

0 commit comments

Comments
 (0)