diff --git a/setup.py b/setup.py index 01c91f36..fe0c69c3 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ ascii = codecs.lookup("ascii") codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs")) -VERSION = "1.1.3" +VERSION = "1.1.4" URL = "https://github.com/xeroc/python-graphenelib" setup(