summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-02-06 06:09:29 -0600
committerJason Madden <jamadden@gmail.com>2020-02-06 06:09:29 -0600
commitfb5fa208565a462470f7884c6d9cf73adad886c5 (patch)
tree0aafb30c4d99d06475d6ecbf62205704084f8e1a /setup.py
parent944e79ae6ec5214323372e518b8198d9540ed992 (diff)
downloadzope-security-fb5fa208565a462470f7884c6d9cf73adad886c5.tar.gz
Let interfaces be iterated on Python 3
Fixes https://github.com/zopefoundation/zope.interface/issues/141
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 91b59c6..59a69fa 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='5.1.dev0',
+ version='5.1.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',