From 232cfd7e8b22d1bb73743bcb8da62d0ac1ab865d Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 18 May 2009 17:03:47 +0000 Subject: Back to development: 1.3dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c2c3f3c..365760b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() setup(name='zope.browser', - version = '1.2', + version = '1.3dev', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Shared Zope Toolkit browser components', -- cgit v1.2.1