Skip to content

Commit

Permalink
modify setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin committed May 27, 2016
1 parent c3d64fe commit eea7fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hive/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Hua Jiang'
__versioninfo__ = (1, 0, 0)
__versioninfo__ = (1, 0, 2)
__version__ = '.'.join(map(str, __versioninfo__))
__title__ = 'hive-executor-py'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eea7fd5

Please sign in to comment.