summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 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)',