[1.4.x] Bump version post-release.

This commit is contained in:
Tim Graham 2013-09-15 12:59:10 -04:00
parent 629813a804
commit efee30e6b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 4, 8, 'final', 0)
VERSION = (1, 4, 9, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""