summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-03-08 11:42:14 -0500
committerStephan Richter <stephan.richter@gmail.com>2013-03-08 11:42:14 -0500
commit5e0bd750dcdac7bc3cf0df9f7e3c4be7ac52b46b (patch)
tree26a3b48c99300d1a2b3c1d11b43a022477451cdb /setup.py
parentf74fd5d711ab3e3b363e1264857c3681d128f7c8 (diff)
downloadzope-browser-5e0bd750dcdac7bc3cf0df9f7e3c4be7ac52b46b.tar.gz
Back to development: 2.0.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f9ff76b..ace1892 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version='2.0.2',
+ version='2.0.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',