diff --git a/setup.py b/setup.py index e8293c0c..90f2018b 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.0" +VERSION = "1.1.1" URL = "https://github.com/xeroc/python-graphenelib" setup(