From 6ca18668f5db2e2500d13da63abc3474e659e968 Mon Sep 17 00:00:00 2001 From: Aiden Nibali Date: Thu, 7 Sep 2023 10:46:04 +1000 Subject: [PATCH] v0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f1ff48..9733860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "webp" -version = "0.1.7" +version = "0.1.8" description = "Python bindings for WebP" readme = { content-type = "text/markdown", file = "README.md" } authors = [{ name = "Aiden Nibali", email = "dismaldenizen@gmail.com" }]