[Zodb-checkins] CVS: ZEO - setup.py:1.2.4.4

Jeremy Hylton jeremy@zope.com
Tue, 19 Nov 2002 10:38:59 -0500


Update of /cvs-repository/ZEO
In directory cvs.zope.org:/tmp/cvs-serv32044

Modified Files:
      Tag: ZODB3-3_1-branch
	setup.py 
Log Message:
Bump version number.


=== ZEO/setup.py 1.2.4.3 => 1.2.4.4 ===
--- ZEO/setup.py:1.2.4.3	Mon Oct 28 12:30:36 2002
+++ ZEO/setup.py	Tue Nov 19 10:38:59 2002
@@ -16,7 +16,7 @@
 packages = ['ZEO', 'ZEO.zrpc', 'ZEO.tests']
 
 setup(name="ZEO",
-      version="2.0",
+      version="2.0.1",
       description="Zope Enterprise Objects",
       maintainer="Zope Corp.",
       maintainer_email="zodb-dev@zope.org",