bump this up to 1.0 RC 1

This commit is contained in:
Mike Blume 2010-09-24 22:46:04 +00:00
parent 7e7f52e80c
commit a1d4d098ad

View file

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