Typo in version number

This commit is contained in:
Julien Duponchelle 2015-07-09 19:05:47 +02:00
parent 65410e23e2
commit 9cfc7c0423

View File

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