Bump version to 1.3.7.dev1

This commit is contained in:
grossmj 2015-06-16 14:39:20 -06:00
parent a2d4c2427d
commit 3495035dbf

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.3.6"
__version_info__ = (1, 3, 6, 0)
__version__ = "1.3.7.dev1"
__version_info__ = (1, 3, 6, -99)