Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
corrected dev version #
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Feb 1, 2008
1 parent 7c01f93 commit baed190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='z3c.zrtresource',
version = '1.2.0',
version = '1.2.0dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Zope Resource Templates',
Expand Down

0 comments on commit baed190

Please sign in to comment.