From e1116b3b78af14981fafebc30ef369863718246a Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 8 Mar 2022 11:46:38 +0000 Subject: [PATCH] pyproject: bump post version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f724d05..7868487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ bindings = "bin" [project] name = "pngquant-cli" # by default, use the same 'version' as Cargo.toml, but can override if needed -version = "2.17.0.post4" +version = "2.17.0.post5" description = "Precompiled binaries for pngquant, the lossy PNG compressor based on libimagequant." maintainers = [{name = "Cosimo Lupo", email = "cosimo@anthrotype.com"}]