diff --git a/CHANGES.txt b/CHANGES.txt index 532d24f..6cefb14 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Next Release +0.6 (2009-08-11) - Added monitor shortcut "a" for "assemble". diff --git a/setup.py b/setup.py index 7cfa1b8..f86e332 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.5' +__version__ = '0.6' from ez_setup import use_setuptools use_setuptools()