summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2009-05-18 17:03:47 +0000
committerMichael Howitz <mh@gocept.com>2009-05-18 17:03:47 +0000
commit232cfd7e8b22d1bb73743bcb8da62d0ac1ab865d (patch)
treea67a495b993a1ddcfcbb414450676d2b9a80d56f /setup.py
parent8fd32c307d74c6f472ce79c2c09d7c5fbe6411f3 (diff)
downloadzope-browser-232cfd7e8b22d1bb73743bcb8da62d0ac1ab865d.tar.gz
Back to development: 1.3dev
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 c2c3f3c..365760b 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.2',
+ version = '1.3dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',