Skip to content

Commit

Permalink
Fix version on release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Oct 15, 2008
1 parent 37c889c commit ca83843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.container',
version = '3.6.1dev',
version = '3.6.1',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Container',
Expand Down

0 comments on commit ca83843

Please sign in to comment.