summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 01b3a8a..dcb755e 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version = '3.4.3dev',
+ version = '3.4.3',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Zope3 Security Architecture',