Fix version number

This commit is contained in:
Julien Duponchelle 2015-06-23 10:24:19 +02:00
parent 82e2a16b27
commit 3a3b2c22e3

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.dev1"
__version__ = "1.4.0dev1"
__version_info__ = (1, 4, 0, -99)