Version in setup.py on the master branch is out of date

The version in setup.py on the master branch is 1.0.0 even though
it includes all the commits in later stable releases.
This commit is contained in:
John Trowbridge
2015-02-02 16:50:47 -05:00
parent fe48811cc8
commit bd4a7e6f08

View File

@@ -21,7 +21,7 @@ tests_require = [
]
version = (1, 0, 0, 'alpha')
version = (1, 1, 0, 'alpha')
def get_version():