diff --git a/docs/conf.py b/docs/conf.py index 4ec1d80..1ccb322 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2-rc1' +release = '1.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d364b68..d7877ab 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ def run(self): # Where the magic happens: setup( name=NAME, - version='1.0.2-rc1', + version='1.0.2', description=DESCRIPTION, keywords=['steem', 'steemit', 'cryptocurrency', 'blockchain'], # long_description=long_description, diff --git a/steem/__init__.py b/steem/__init__.py index 35540d9..09cc22e 100644 --- a/steem/__init__.py +++ b/steem/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from .steem import Steem -__version__ = '1.0.2-rc1' +__version__ = '1.0.2'