1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Prepare 0.7 release.

This commit is contained in:
Mike Naberezny 2009-09-03 22:49:00 -07:00
parent 460cc4e48e
commit 019a755315
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
__version__ = '0.6'
__version__ = '0.7'
from ez_setup import use_setuptools
use_setuptools()