1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 03:41:31 +00:00

Prepare 0.6 release.

This commit is contained in:
Mike Naberezny 2009-08-11 11:27:11 -07:00
parent 9bfc5a13d1
commit c2c08d62d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Next Release
0.6 (2009-08-11)
- Added monitor shortcut "a" for "assemble".

View File

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