diff --git a/setup.py b/setup.py index f1f08a191..a76676af2 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def build_extension(self, ext): ) setup(name="psautohint", - version="1.1.0.dev0", + version="1.1.0", description="Python wrapper for Adobe's PostScript autohinter", url='https://github.com/khaledhosny/psautohint', author='Khaled Hosny',