Skip to content

Commit

Permalink
Fix next version
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Sep 28, 2016
1 parent ebbdf12 commit a9186be
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 @@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.debug',
version = '3.4.2dev',
version = '3.4.2.dev0',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Debug Mode',
Expand Down

0 comments on commit a9186be

Please sign in to comment.