[Zodb-checkins] CVS: ZEO - setup.py:1.2.4.1
Jeremy Hylton
jeremy@zope.com
Thu, 3 Oct 2002 19:15:43 -0400
Update of /cvs-repository/ZEO
In directory cvs.zope.org:/tmp/cvs-serv9608
Modified Files:
Tag: ZODB3-3_1-branch
setup.py
Log Message:
Update version number.
Looks like I forgot this for the 2.0b1 release.
=== ZEO/setup.py 1.2 => 1.2.4.1 ===
--- ZEO/setup.py:1.2 Tue Jun 11 09:43:06 2002
+++ ZEO/setup.py Thu Oct 3 19:15:42 2002
@@ -16,7 +16,7 @@
packages = ['ZEO', 'ZEO.zrpc', 'ZEO.tests']
setup(name="ZEO",
- version="2.0a1",
+ version="2.0b2",
description="Zope Enterprise Objects",
maintainer="Zope Corp.",
maintainer_email="zodb-dev@zope.org",