@@ -1,6 +1,6 @@
# Use 'final' as the 4th element to indicate
# a full release
-VERSION = (0, 1, 0, 'beta', 9)
+VERSION = (0, 1, 0, 'beta', 10)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])