summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 22:11:49 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 22:11:49 -0500
commitf54703ee926f91ba69ef0c5fd4ad05d1c45d3993 (patch)
tree85ff096fe010b8f149bb60ba7713a9846e7560ed /setup.py
parent468890edcde4a772fe6540bfa66bcb59ee9cb3bc (diff)
downloadzope-exceptions-f54703ee926f91ba69ef0c5fd4ad05d1c45d3993.tar.gz
Bow to our new PEP 440 overlords.
[ci skip]
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 9d48022..550d74f 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return unittest.TestSuite(suites)
setup(name='zope.exceptions',
- version='4.0.8dev',
+ version='4.0.8.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',