summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-11 17:21:10 +0000
committerStephan Richter <stephan.richter@gmail.com>2013-02-11 17:21:10 +0000
commit6c396e37e29553fcad50c4c9cbda8bb6a5279c50 (patch)
tree53ea553512c73f223aa66c5e949fde1cd9d8b581 /setup.py
parentba84cb979087c01bff55455af0f4271dc3516ad4 (diff)
downloadzope-browser-6c396e37e29553fcad50c4c9cbda8bb6a5279c50.tar.gz
Back to development: 2.0.1
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 0845e75..02d694a 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.0',
+ version='2.0.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',