[Checkins] SVN: z3c.recipe.egg_/trunk/setup.py Incement version to 0.2

Ross Patterson me at rpatterson.net
Mon Oct 1 12:43:13 EDT 2007


Log message for revision 80446:
  Incement version to 0.2
  

Changed:
  U   z3c.recipe.egg_/trunk/setup.py

-=-
Modified: z3c.recipe.egg_/trunk/setup.py
===================================================================
--- z3c.recipe.egg_/trunk/setup.py	2007-10-01 16:42:48 UTC (rev 80445)
+++ z3c.recipe.egg_/trunk/setup.py	2007-10-01 16:43:12 UTC (rev 80446)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '0.1'
+version = '0.2'
 
 setup(name='z3c.recipe.egg',
       version=version,



More information about the Checkins mailing list