From e76e17ca772a88adc309b666975a7433ef51bce5 Mon Sep 17 00:00:00 2001 From: zigai Date: Thu, 16 Jan 2025 19:34:02 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92a93d1..b04b611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stdl" -version = "0.5.5" +version = "0.5.6" description = "Extended Python Standard Library" authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }] license = { file = "LICENSE.txt" }