diff --git a/pyproject.toml b/pyproject.toml index bbcad14..6cbd405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unitsnet_py" -version = "0.1.63" +version = "0.1.64" description = "A better way to hold unit variables and easily convert to the destination unit" repository = "https://github.com/haimkastner/unitsnet-py" authors = ["Haim Kastner "] diff --git a/setup.py b/setup.py index 397b727..ec7bb95 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup_kwargs = { 'name': 'unitsnet-py', - 'version': '0.1.63', + 'version': '0.1.64', 'keywords': 'conversion, units-of-measure, units, quantities, unit-converter, converter, unit, measure, measures, measurement, measurements', 'description': 'A better way to hold unit variables and easily convert to the destination unit', 'long_description': long_description,