[Checkins] SVN: zope.interface/tags/3.4.0a1/setup.py Updating version.

Christian Theune ct at gocept.com
Sun Apr 22 07:03:53 EDT 2007


Log message for revision 74517:
  Updating version.

Changed:
  U   zope.interface/tags/3.4.0a1/setup.py

-=-
Modified: zope.interface/tags/3.4.0a1/setup.py
===================================================================
--- zope.interface/tags/3.4.0a1/setup.py	2007-04-22 11:03:33 UTC (rev 74516)
+++ zope.interface/tags/3.4.0a1/setup.py	2007-04-22 11:03:53 UTC (rev 74517)
@@ -46,7 +46,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.interface',
-      version='3.4dev',
+      version = '3.4.0a1',
       url='http://www.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',



More information about the Checkins mailing list