summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-29 22:11:48 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-29 22:11:48 -0500
commit744ac868bbfe5284386f737edf5f1a536c847868 (patch)
treed2fe27cd1105a9c31f40f9a0d18e956cae8b7432
parent62f5c1b6545672009f6fe65d7ea442b9c19aacec (diff)
downloadzope-event-744ac868bbfe5284386f737edf5f1a536c847868.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 1bb463b..673f772 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.event',
- version='4.0.4dev',
+ version='4.0.4.dev0',
url='http://pypi.python.org/pypi/zope.event',
license='ZPL 2.1',
description='Very basic event publishing system',