From 8d8aaa2bdaf99cfb2313df8b54fb9b6296672294 Mon Sep 17 00:00:00 2001 From: Georgiy Manuilov Date: Sun, 8 Oct 2023 17:36:34 +0200 Subject: [PATCH] Bump package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",