diff --git a/pyproject.toml b/pyproject.toml index de9db8f21658fe161890b6eda3cc41655d52b828..26bff3b7f8179230f9bd3bd74b97b5d2b817c576 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 0ce48f43518ad353a4ca31199dc42ed12359de67..ed5564fcd28318bd1d0224b136f74075a42bc6b0 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