Bump version to 1.0-beta2.

This commit is contained in:
grossmj 2014-09-02 13:06:26 -06:00
parent 76b357c1ce
commit 9d2e18328b

View File

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