diff --git a/setup.py b/setup.py index 6bc343e..6385a46 100644 --- a/setup.py +++ b/setup.py @@ -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",