summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:13:15 +0000
committerBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:13:15 +0000
commit12b26f63adcabf67f3aaa1e204a71a10cee7a7b0 (patch)
tree36d3dc41b2dff973f5cd6eed3fcfceff69b334f4
parentc3bffa9f068648a8fd11d5e27907ab2af3012806 (diff)
downloadzope-pagetemplate-12b26f63adcabf67f3aaa1e204a71a10cee7a7b0.tar.gz
bump version number
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6b04456..1e06557 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.0',
+ version = '3.4.1dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Zope Page Templates',