Bump version to 1.1

This commit is contained in:
grossmj 2014-10-22 22:43:48 -06:00
parent f48c9117b0
commit 440148aa0b

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.1.dev1"
__version_info__ = (1, 0, 0, 99)
__version__ = "1.1"
__version_info__ = (1, 1, 0, 0)