diff --git a/setup.py b/setup.py index 047e180..2d9d0f4 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def build_extensions(self): ] setup(name="pywuffs", - version="1.0.2", + version="1.1.0", description="Python bindings for Wuffs the Library", author="Georgiy Manuilov", url="https://github.com/dev0x13/pywuffs",