Commit a8a5d48d authored by Fred Drake's avatar Fred Drake

update trunk version

parent b3d21e79
...@@ -22,7 +22,7 @@ def read(*rnames): ...@@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read() return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.app.container', setup(name='zope.app.container',
version = '3.6.0', version = '3.6.1dev',
author='Zope Corporation and Contributors', author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org', author_email='zope3-dev@zope.org',
description='Zope Container', description='Zope Container',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment