Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
version corrected
  • Loading branch information
shafeequ authored May 10, 2020
1 parent 18b3b60 commit d7d6979
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 @@ -19,7 +19,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='z3c.recipe.filetemplate',
version = '3.0.0dev',
version = '3.0.0',
license='ZPL 2.1',
url='http://pypi.python.org/pypi/z3c.recipe.filetemplate',
description="zc.buildout recipe for creating files from file templates",
Expand Down

0 comments on commit d7d6979

Please sign in to comment.