Mark dev version in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
|
|
||||||
# if we are building in travis, use the build number as the sub-minor version
|
# if we are building in travis, use the build number as the sub-minor version
|
||||||
version = "2.0"
|
version = "2.1dev"
|
||||||
if "TRAVIS_TAG" in os.environ.keys():
|
if "TRAVIS_TAG" in os.environ.keys():
|
||||||
version = os.environ["TRAVIS_TAG"]
|
version = os.environ["TRAVIS_TAG"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user