From eea7fd5fc911d22f30084bfe606df734289d17af Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 27 May 2016 10:51:01 +0800 Subject: [PATCH] modify setup.py --- hive/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,