summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJan-Carel Brand <jc@opkode.com>2012-03-23 10:49:11 +0000
committerJan-Carel Brand <jc@opkode.com>2012-03-23 10:49:11 +0000
commit019aaba1dee6903538cae07d544702c12a005e49 (patch)
tree409e1c0ef29f0b24da668edd7c32164f13f699ee /setup.py
parent99d40ee743170f2ccadbdecd7df6532e8765be4d (diff)
downloadzope-schema-019aaba1dee6903538cae07d544702c12a005e49.tar.gz
Preparing release 4.1.0
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 869b3fe..d3491ff 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ if sys.version_info < (2, 7):
REQUIRES += ['ordereddict']
setup(name='zope.schema',
- version = '4.1.0dev',
+ version='4.1.0',
url='http://pypi.python.org/pypi/zope.schema',
license='ZPL 2.1',
description='zope.interface extension for defining data schemas',