Post-release version bump

This commit is contained in:
Jeremy Stretch 2018-11-06 10:57:38 -05:00
parent 99edb8b8d5
commit 8bad25b860

View File

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