Bump version to 1.3.3.dev3

This commit is contained in:
Jeremy 2015-05-07 11:52:17 -06:00
parent b0ce091a4c
commit bebdadc465

View File

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