[Checkins] SVN: grokui.admin/trunk/setup.py Bump version.

Uli Fouquet uli at gnufix.de
Thu Jul 10 17:30:06 EDT 2008


Log message for revision 88214:
  Bump version.

Changed:
  U   grokui.admin/trunk/setup.py

-=-
Modified: grokui.admin/trunk/setup.py
===================================================================
--- grokui.admin/trunk/setup.py	2008-07-10 21:29:01 UTC (rev 88213)
+++ grokui.admin/trunk/setup.py	2008-07-10 21:30:06 UTC (rev 88214)
@@ -9,7 +9,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='grokui.admin',
-      version='0.1',
+      version='0.2dev',
       description="The Grok administration and development UI (base)",
       long_description=(
           read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
@@ -18,7 +18,7 @@
         ),
       # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       classifiers=[
-        'Development Status :: 1 - Beta',
+        'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
@@ -26,7 +26,7 @@
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3 :: Grok'], 
+        'Framework :: Zope3'], 
       keywords="zope3 grok grokadmin",
       author="Uli Fouquet and lots of contributors from grok community",
       author_email="grok-dev at zope.org",



More information about the Checkins mailing list