[Checkins] SVN: zope.app.interface/trunk/setup.py Add missing dev marker.

Martijn Faassen faassen at startifact.com
Tue May 19 16:32:01 EDT 2009


Log message for revision 100149:
  Add missing dev marker.
  

Changed:
  U   zope.app.interface/trunk/setup.py

-=-
Modified: zope.app.interface/trunk/setup.py
===================================================================
--- zope.app.interface/trunk/setup.py	2009-05-19 20:31:33 UTC (rev 100148)
+++ zope.app.interface/trunk/setup.py	2009-05-19 20:32:01 UTC (rev 100149)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.interface',
-      version = '3.5.0',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Interface Extensions',



More information about the Checkins mailing list