This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch v1.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git
commit 251a4a8e8d821c21c01a1b90da199b89bc124c86 Author: Frank Greguska <[email protected]> AuthorDate: Wed Jan 23 09:55:54 2019 -0800 bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64a1fbc..9a7c730 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ except (CalledProcessError, IOError) as e: with open('requirements.txt') as f: pip_requirements = f.readlines() -__version__ = '1.0.0-SNAPSHOT' +__version__ = '1.0.0-rc1' setup( name="ningesterpy",
