summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Fulton <jim@zope.com>2015-10-18 08:46:10 -0400
committerJim Fulton <jim@zope.com>2015-10-18 08:46:10 -0400
commit9547fd3704e9db089d356f2de08540accd9143f2 (patch)
tree5248c05ec12b17b8690ce9afe59b4ced4e52c4c2
parentf801c51344928bf0ebc5cc7c913ed27c7df2d532 (diff)
downloadzope-event-9547fd3704e9db089d356f2de08540accd9143f2.tar.gz
4.1.04.1.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4c65ff..4f8f8a1 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.event',
- version='4.1.0'
+ version='4.1.0',
url='http://pypi.python.org/pypi/zope.event',
license='ZPL 2.1',
description='Very basic event publishing system',