diff --git a/setup.py b/setup.py index d82bb47..dfe6ebb 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='z3c.zrtresource', - version = '1.0.0', + version = '1.1.0', author='Zope Corporation and Contributors', author_email='zope3-dev@zope.org', description='Zope Resource Templates',