[Checkins] SVN: z3c.image/trunk/setup.py correct version

Jürgen Kartnaller juergen at kartnaller.at
Wed Jun 20 02:35:41 EDT 2007


Log message for revision 76826:
  correct version

Changed:
  U   z3c.image/trunk/setup.py

-=-
Modified: z3c.image/trunk/setup.py
===================================================================
--- z3c.image/trunk/setup.py	2007-06-20 06:34:36 UTC (rev 76825)
+++ z3c.image/trunk/setup.py	2007-06-20 06:35:41 UTC (rev 76826)
@@ -2,7 +2,7 @@
 
 setup(
     name = "z3c.image",
-    version = "0.1",
+    version = "0.1.1",
     author = "Zope Contributors",
     author_email = "office at mopacreative.com",
     description = "Image utils for zope3",
@@ -26,8 +26,8 @@
                                 'zope.lifecycleevent',
                                 'zope.testbrowser',
                                 'zope.testing',
-                               ]),    
-    install_requires = ['setuptools', 
+                               ]),
+    install_requires = ['setuptools',
     # 'PILwoTk' is a package containing a version of PIL that doesn't
     # magically sniff for the Tk installation.
                         'PILwoTk',



More information about the Checkins mailing list