summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGary Poster <gary@modernsongs.com>2009-08-13 20:40:38 +0000
committerGary Poster <gary@modernsongs.com>2009-08-13 20:40:38 +0000
commit1bc9919e058f4a1fe8c6e686f4b0ea1c94bdaf76 (patch)
tree1494941172c81b7045f1583971eae807237987bd /setup.py
parent9c68bcf297c7f05207399e60bf92bb9fbf0cddf5 (diff)
downloadzope-security-1bc9919e058f4a1fe8c6e686f4b0ea1c94bdaf76.tar.gz
prepare trunk
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 dd44797..547f2e8 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.security',
- version = '3.7.1',
+ version = '3.7.2dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope3 Security Framework',