From ac41d48a4010fce250eeb503d35dc276ce9876e3 Mon Sep 17 00:00:00 2001 From: Aiden Nibali Date: Mon, 11 Sep 2023 12:21:58 +1000 Subject: [PATCH] Bump to v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9aadec..62ef69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "webp" -version = "0.1.7" +version = "0.2.0" description = "Python bindings for WebP" readme = { content-type = "text/markdown", file = "README.md" } authors = [{ name = "Aiden Nibali", email = "dismaldenizen@gmail.com" }]