Bump version to 1.0a5.dev1.

This commit is contained in:
grossmj 2014-05-15 10:44:03 -06:00
parent 6981f82b7b
commit 34fda76831

View File

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