This commit is contained in:
grossmj
2015-11-02 10:55:32 -07:00
parent 69c38c6414
commit f313ac10c3
2 changed files with 9 additions and 2 deletions

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.0dev10"
__version_info__ = (1, 4, 0, 10)
__version__ = "1.4.0b5"
__version_info__ = (1, 4, 0, -5)