[Checkins] SVN: zc.FileStorage/trunk/setup.py Updated version #

Jim Fulton jim at zope.com
Tue Dec 9 13:31:09 EST 2008


Log message for revision 93823:
  Updated version #
  

Changed:
  U   zc.FileStorage/trunk/setup.py

-=-
Modified: zc.FileStorage/trunk/setup.py
===================================================================
--- zc.FileStorage/trunk/setup.py	2008-12-09 18:14:25 UTC (rev 93822)
+++ zc.FileStorage/trunk/setup.py	2008-12-09 18:31:09 UTC (rev 93823)
@@ -1,10 +1,11 @@
+name, version = 'zc.FileStorage', 0
+
 from setuptools import setup, find_packages
 from distutils.core import Extension
 
-name = 'zc.FileStorage'
 setup(
     name = name,
-    version = '0.2dev',
+    version = version,
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'New file-storage pack hack.',



More information about the Checkins mailing list