Prepare for the 2.0 release

This commit is contained in:
Jeremy Wright
2020-04-17 22:53:50 -04:00
parent 19b4dd3021
commit d1ed30ba8f
3 changed files with 44 additions and 91 deletions

View File

@ -16,7 +16,7 @@ from setuptools import setup
# if we are building in travis, use the build number as the sub-minor version
version = "0.5-SNAPSHOT"
version = "2.0"
if "TRAVIS_TAG" in os.environ.keys():
version = os.environ["TRAVIS_TAG"]