diff --git a/hive/__init__.py b/hive/__init__.py index bd5ec0b..91ac823 100644 --- a/hive/__init__.py +++ b/hive/__init__.py @@ -1,5 +1,5 @@ __author__ = 'Hua Jiang' -__versioninfo__ = (1, 0, 0) +__versioninfo__ = (1, 0, 2) __version__ = '.'.join(map(str, __versioninfo__)) __title__ = 'hive-executor-py' diff --git a/setup.py b/setup.py index a332d80..9e5b6f5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.1.dev1', + version='1.0.2.dev1', description='A hive client python project', #long_description=long_description,