summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:40:36 +0000
committerBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:40:36 +0000
commita9748346355817dbf1393b5dba4bde4113b3b88e (patch)
treedabb39df00012029cddd6d6c9b79bd52ce722f1a
parent1c08a0679bb15c73cddef5ac493c543958e8254a (diff)
downloadzope-tal-a9748346355817dbf1393b5dba4bde4113b3b88e.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 b704df3..b261f86 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.tal',
- version = '3.4.0',
+ version = '3.4.1dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Zope 3 Template Application Languate (TAL)',