From 491b076435b19903cefb4e39f965be35fc61c14d Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Tue, 19 Nov 2024 10:01:54 +0100 Subject: [PATCH] chore: publish v0.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd14de0..461c3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantio" -version = "0.9.0" +version = "0.9.1" description = "Type hinting and safe unit conversion for physical quantities in Python." authors = [] readme = "README.md"