Post-release version bump

This commit is contained in:
Jeremy Stretch 2018-10-05 15:49:51 -04:00
parent c2f4cf3407
commit 7d1f6b7049

View File

@ -22,7 +22,7 @@ if sys.version_info[0] < 3:
DeprecationWarning
)
VERSION = '2.4.6'
VERSION = '2.4.7-dev'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))