From 6729ba2a58d15e8ec7e4e8c114ddeb9d1d4477a8 Mon Sep 17 00:00:00 2001 From: Aiden Nibali Date: Sun, 9 Jun 2024 16:54:05 +1000 Subject: [PATCH] v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b492f0e..27d1e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "webp" -version = "0.3.0" +version = "0.4.0" description = "Python bindings for WebP" readme = { content-type = "text/markdown", file = "README.md" } authors = [{ name = "Aiden Nibali", email = "dismaldenizen@gmail.com" }]