From 2a60b441b041f1aae783ab3cc5ab36e0cd46e9ab Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Aug 2014 13:10:31 -0400 Subject: [PATCH] Bump version to 2.5, update maintainer and URL https://github.com/behdad/fonttools/issues/140 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d5b643631..e989c9b9b 100755 --- a/setup.py +++ b/setup.py @@ -59,13 +59,13 @@ TrueType/OpenType fonts to and from an XML-based format. setup( name = "fonttools", - version = "2.4", + version = "2.5", description = "Tools to manipulate font files", author = "Just van Rossum", author_email = "just@letterror.com", - maintainer = "Just van Rossum", - maintainer_email = "just@letterror.com", - url = "http://fonttools.sourceforge.net/", + maintainer = "Behdad Esfahbod", + maintainer_email = "behdad@behdad.org", + url = "http://github.com/behdad/fonttools", license = "OpenSource, BSD-style", platforms = ["Any"], long_description = long_description,