diff --git a/CHANGES b/CHANGES index b51268b..5672c9b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Release 0.7.0 (dev) +------------------- + + Release 0.6.0 ------------- diff --git a/concurrency/__init__.py b/concurrency/__init__.py index 92de510..acf60c8 100755 --- a/concurrency/__init__.py +++ b/concurrency/__init__.py @@ -2,7 +2,7 @@ import datetime import os -VERSION = __version__ = (0, 6, 0, 'final', 0) +VERSION = __version__ = (0, 7, 0, 'alpha', 0) __author__ = 'sax'