diff --git a/CHANGES.txt b/CHANGES.txt index 680076c..1c8cbdd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Next Release +0.7 (2009-09-03) - When using the monitor, the nonblocking character input at $F004 should now work on the Microsoft Windows platform. diff --git a/setup.py b/setup.py index f86e332..1bd4b19 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.6' +__version__ = '0.7' from ez_setup import use_setuptools use_setuptools()