summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-11 18:45:01 +0000
committerStephan Richter <stephan.richter@gmail.com>2013-02-11 18:45:01 +0000
commitde862dd8887d7ca4de39e1de61c7d0a0e4128144 (patch)
tree94cbedee88f4238644eedd72a52e2f69e3b1abbb /setup.py
parenta810e53c6e6dfa96db15aa627fffa3e8b991607f (diff)
downloadzope-browser-de862dd8887d7ca4de39e1de61c7d0a0e4128144.tar.gz
Back to development: 2.0.2
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 4e1fec7..bf19b0f 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.1',
+ version='2.0.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',