summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2013-02-11 17:19:51 +0000
committerStephan Richter <stephan.richter@gmail.com>2013-02-11 17:19:51 +0000
commitba84cb979087c01bff55455af0f4271dc3516ad4 (patch)
tree45fdfe8b44a626a1c4f98c2fcc29e87e824fb352 /setup.py
parent2e73e919128477d8ca8da0ea23cdea66d9172fb6 (diff)
downloadzope-browser-ba84cb979087c01bff55455af0f4271dc3516ad4.tar.gz
Preparing release 2.0.0
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 04795fa..0845e75 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.0dev',
+ version='2.0.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',