diff options
author | Dan Korostelev <nadako@gmail.com> | 2009-03-16 22:02:25 +0000 |
---|---|---|
committer | Dan Korostelev <nadako@gmail.com> | 2009-03-16 22:02:25 +0000 |
commit | 30fc012d266a3329f15ca02d5dc6474d9cb61c78 (patch) | |
tree | 59bd9d46ca2dcdabed151ad75179ba04bd1cba70 /setup.py | |
parent | 59e07b4f715a819dbeb58327904c927f8eb5e11b (diff) | |
download | zope-pagetemplate-30fc012d266a3329f15ca02d5dc6474d9cb61c78.tar.gz |
Bump version.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |