summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoger Ineichen <roger@projekt01.ch>2008-12-11 02:40:42 +0000
committerRoger Ineichen <roger@projekt01.ch>2008-12-11 02:40:42 +0000
commit332424ebe7cf98f9694eaf9bb305249b1a67695a (patch)
treecb930c32667e0e02217f904e3ce99c156594d48d /setup.py
parent1ff19868327a0291082c016c4799dfa28734aaa7 (diff)
downloadzope-browser-332424ebe7cf98f9694eaf9bb305249b1a67695a.tar.gz
version bump
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 ffad644..4839749 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 = '0.5.0dev',
+ version = '0.5.0',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Shared dependency less Zope 3 browser components',