From 991c2b5c61cb02fddf6c7066f7ceb2f97e394135 Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Wed, 13 Nov 2024 12:50:33 +0100 Subject: [PATCH] chore: publish v0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7e99c7..fbfcf79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantio" -version = "0.4.0" +version = "0.4.1" description = "Type hinting and safe unit conversion for physical quantities in Python." authors = [] readme = "README.md"