Skip to content

Commit afdd138

Browse files
authored
Removed rc for Pypi tagging (#56)
1 parent 6387e76 commit afdd138

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.12rc1',
8+
version='0.3.12',
99
packages=find_packages(where='src', exclude=["tests"]),
1010
package_dir={'': 'src'},
1111
install_requires=[

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.12rc1"
1+
__version__ = "0.3.12"
22

33
from .story_client import StoryClient
44
from .resources.IPAsset import IPAsset

0 commit comments

Comments
 (0)