From e3d28f454c1b5378ace972de6b6ccbbb82628d47 Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Tue, 10 Dec 2024 11:16:31 +0100 Subject: [PATCH] chore: release v0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce09d29..d4f52f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantio" -version = "0.18.0" +version = "0.19.0" description = "Type hinting and safe unit conversion for physical quantities in Python." authors = [] readme = "README.md"