This commit is contained in:
grossmj
2015-10-19 11:09:18 -06:00
parent ce4727e51a
commit d5dba699c5
2 changed files with 31 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.0.dev9"
__version_info__ = (1, 4, 0, 9)
__version__ = "1.4.0b4"
__version_info__ = (1, 4, 0, -4)