From 89a81921f6a7e0907be2d48b5b5fa60e45688286 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Sun, 14 Apr 2024 10:31:52 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a38e36a..e3c2a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crc" -version = "6.1.1" +version = "6.1.2" description = "Library and CLI to calculate and verify all kinds of CRC checksums" packages = [ { include = "crc", from = "src" },