summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:00:08 +0000
committerBaiju Muthukadan <baiju.m.mail@gmail.com>2007-10-04 06:00:08 +0000
commitd550a808abf9c12dae97c0063ce16f6dfd24a453 (patch)
treec4c4438cf110a96035d3bb5ab0be2af4514b8454 /setup.py
parentd0873ae86a47e3938ffb247f1717a48e601a9204 (diff)
downloadzope-i18n-d550a808abf9c12dae97c0063ce16f6dfd24a453.tar.gz
bump version number
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 f986b9b..3084c4e 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
setup(
name='zope.i18n',
- version = '3.4.0',
+ version = '3.4.1dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Zope3 Internationalization Support',