summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:47:45 +0000
committerHanno Schlichting <hanno@hannosch.eu>2010-04-30 17:47:45 +0000
commitb206b6015d661d7c753f6729ea285793646a3bf4 (patch)
tree46ce4c0b9c438b5c8ce675272c9d6d87ccdbfe5d /setup.py
parentfcb94660e69118bf89b3c6d7139b423bc5f64161 (diff)
downloadzope-browser-b206b6015d661d7c753f6729ea285793646a3bf4.tar.gz
Bump version
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 1f94fe1..acabfb3 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 = '1.3',
+ version = '1.3.1dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',