[Checkins] SVN: zope.componentvocabulary/trunk/setup.py Update this with dev marker.
Martijn Faassen
faassen at startifact.com
Tue May 19 16:23:46 EDT 2009
Log message for revision 100142:
Update this with dev marker.
Changed:
U zope.componentvocabulary/trunk/setup.py
-=-
Modified: zope.componentvocabulary/trunk/setup.py
===================================================================
--- zope.componentvocabulary/trunk/setup.py 2009-05-19 20:23:10 UTC (rev 100141)
+++ zope.componentvocabulary/trunk/setup.py 2009-05-19 20:23:45 UTC (rev 100142)
@@ -12,8 +12,6 @@
#
##############################################################################
"""Setup for zope.app.catalog package
-
-$Id: setup.py 80209 2007-09-27 09:38:31Z berndroessl $
"""
import os
from setuptools import setup, find_packages
@@ -22,7 +20,7 @@
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.componentvocabulary',
- version='1.0',
+ version='1.0dev',
author='Zope Corporation and Contributors',
author_email='zope-dev at zope.org',
description='Component vocabularies',
More information about the Checkins
mailing list