This commit is contained in:
Behdad Esfahbod 2015-08-31 18:57:15 +01:00
parent e02ea3f28d
commit 58f86f318a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from __future__ import print_function, division, absolute_import
from fontTools.misc.py23 import *
version = "2.5"
version = "3.0"

View File

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