Revert "setup.py: version 3.1"

This reverts commit cef46f09cf2ddac7e4cd34ed385a094877a8bc4e.

Let's change the package version string only when we are ready to tag the new release.
This commit is contained in:
Cosimo Lupo 2016-08-06 13:30:15 +01:00
parent c4df73beb6
commit 8e3b30a078

View File

@ -50,7 +50,7 @@ TrueType/OpenType fonts to and from an XML-based format.
setup(
name = "fonttools",
version = "3.1",
version = "3.0",
description = "Tools to manipulate font files",
author = "Just van Rossum",
author_email = "just@letterror.com",