summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2012-08-20 15:19:40 +0000
committerHanno Schlichting <hanno@hannosch.eu>2012-08-20 15:19:40 +0000
commit8f5e4d4e4fa2dd7a47052bd275d7455d5d4286fa (patch)
tree10e1b394de2e225a6276e4e30c1b066be24b1897 /setup.py
parent83575eba2872c16131dd1bbfb089dd88d4602c48 (diff)
downloadzope-exceptions-8f5e4d4e4fa2dd7a47052bd275d7455d5d4286fa.tar.gz
prepare
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e8eb5f..1cbdfbe 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(name='zope.exceptions',
- version='4.0.1dev',
+ version='4.0.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',
@@ -44,6 +44,7 @@ setup(name='zope.exceptions',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
'Natural Language :: English',