From 2d5d9cd68160b489286eaec964a658a8e855fbe3 Mon Sep 17 00:00:00 2001 From: Benedikt Seeger <benedikt.seeger@ptb.de> Date: Mon, 28 Oct 2024 11:17:13 +0100 Subject: [PATCH] changed version to 2.40 to prepera new relase --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de9db8f..26bff3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dsiunits" # Ensure this is correctly specified -version = "2.3.4" +version = "2.4.0" description = "This is a Python module for handling the SI units as objects in Python, parsing them from strings and converting them to Latex and Unicode, as well as performing math operations and calculating scale factors." authors = [ { name="Benedikt Seeger", email="benedikt.seeger@ptb.de" }, diff --git a/setup.cfg b/setup.cfg index 0ce48f4..ed5564f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dsiUnits -version = 2.3.4 +version = 2.4.0 description = This is a Python module for handling the SI units as objects in Python, parsing them from strings and converting them to Latex and Unicode, as well as performing math operations and calculating scale factors. long_description = file: README.md -- GitLab