1
0
mirror of https://github.com/mnaberez/py65.git synced 2026-04-21 14:16:40 +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
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = '0.6'
__version__ = '0.7'
from ez_setup import use_setuptools
use_setuptools()