aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylons_app/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylons_app/__init__.py b/pylons_app/__init__.py
index 9c9669a9..8517680b 100644
--- a/pylons_app/__init__.py
+++ b/pylons_app/__init__.py
@@ -2,7 +2,7 @@
Hg app, a web based mercurial repository managment based on pylons
"""
-VERSION = (0, 6, 8, 'beta')
+VERSION = (0, 7, 0, 'beta')
__version__ = '.'.join((str(each) for each in VERSION[:4]))