Change version to 1.0-alpha1 & update README.

This commit is contained in:
grossmj
2014-03-30 13:04:38 -06:00
parent c91f876656
commit 30c465b51e
3 changed files with 32 additions and 4 deletions

View File

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