From fcb94660e69118bf89b3c6d7139b423bc5f64161 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Fri, 30 Apr 2010 17:45:57 +0000 Subject: Prepare zope.browser 1.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9f24027..1f94fe1 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.3dev', + version = '1.3', author='Zope Corporation and Contributors', author_email='zope-dev@zope.org', description='Shared Zope Toolkit browser components', -- cgit v1.2.1