From e13d5e6c4df2ad0b6210b62694dadf4b28b5345a Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Sat, 7 Dec 2024 20:15:36 +0100 Subject: [PATCH] chore: release v0.18.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3d02a7..ce09d29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantio" -version = "0.17.0" +version = "0.18.0" description = "Type hinting and safe unit conversion for physical quantities in Python." authors = [] readme = "README.md"