From b7bb133f4d30b1468e4242694c1e032540267572 Mon Sep 17 00:00:00 2001 From: hpohekar Date: Wed, 27 May 2026 16:45:15 +0530 Subject: [PATCH] CHORE: Bump version 0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29f03627..81ef86b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-units" -version = "0.12.dev0" +version = "0.12.0" description = "Pythonic interface for units, unit systems, and unit conversions." readme = "README.rst" requires-python = ">=3.10,<3.15"