2.0.0 alpha 1

This commit is contained in:
Julien Duponchelle
2016-09-29 16:53:54 +02:00
parent f6b34e2434
commit 6ac595a38c
2 changed files with 35 additions and 1 deletions

View File

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