summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-03-16 22:02:25 +0000
committerDan Korostelev <nadako@gmail.com>2009-03-16 22:02:25 +0000
commit30fc012d266a3329f15ca02d5dc6474d9cb61c78 (patch)
tree59bd9d46ca2dcdabed151ad75179ba04bd1cba70 /setup.py
parent59e07b4f715a819dbeb58327904c927f8eb5e11b (diff)
downloadzope-pagetemplate-30fc012d266a3329f15ca02d5dc6474d9cb61c78.tar.gz
Bump version.
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 5fa2fbf..9a79f50 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.pagetemplate',
- version = '3.4.2dev',
+ version = '3.4.3dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',