summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSouheil CHELFOUH <trollfot@gmail.com>2011-03-25 01:18:26 +0000
committerSouheil CHELFOUH <trollfot@gmail.com>2011-03-25 01:18:26 +0000
commitb11ac3b9127424f44e0b1cbc13bfaa5030d7336d (patch)
treef5514c5204391103bd76510f5c97a84afe442236 /setup.py
parent919902916f183d4e81f96ed6e6719909398328b5 (diff)
downloadzope-browser-b11ac3b9127424f44e0b1cbc13bfaa5030d7336d.tar.gz
Reverted the changed made earlier and moved them to a branch.
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 b124e5c..bc76682 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version = '1.4.0dev',
+ version = '1.3.1dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',