setup.py: version 2.0.0

This commit is contained in:
Cosimo Lupo 2016-10-18 11:40:10 +01:00
parent 61b93e9a14
commit 03114c3b47

View File

@ -17,7 +17,7 @@ wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
name="ufoLib",
version="2.0.dev1",
version="2.0.0",
description="A low-level UFO reader and writer.",
author="Just van Rossum, Tal Leming, Erik van Blokland, others",
author_email="info@robofab.com",