version bump

This commit is contained in:
Mike Blume 2011-03-16 17:33:33 +00:00
parent 50733bce76
commit 5e022c56d1

View file

@ -1,4 +1,4 @@
VERSION = (1, 2, 3, 'rc1')
VERSION = (1, 2, 4, 'rc1')
def get_version():
return '%s.%s.%s-%s' % VERSION