summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 16:03:52 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 16:03:52 -0500
commita8817b7ee8df20e9cceaebdccf44436c78370b46 (patch)
treef5371d5571ecd6e49c7b486c85543b917dd0eba0
parent0938ef3957b7379a1d858a57a6afb4667be38352 (diff)
downloadzope-security-a8817b7ee8df20e9cceaebdccf44436c78370b46.tar.gz
Bow to our new PEP 440 overlords.
[ci skip]
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0bd6d48..c557a62 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ else:
]
setup(name='zope.security',
- version='4.0.2dev',
+ version='4.0.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',