Skip to content

Commit

Permalink
Update to version 0.1.121 [skip-ci]
Browse files Browse the repository at this point in the history
Files changed:
M	setup.py
  • Loading branch information
haimkastner committed Aug 7, 2024
1 parent f2e4b2b commit 02d227e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

# The UnitNet definition version that the current package is based on to generate units classes
# see
definition_version = '5.55.0'
definition_version = '5.56.0'

setup_kwargs = {
'name': 'unitsnet-py',
'version': '0.1.120',
'version': '0.1.121',
'license': 'MIT',
'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',
Expand Down

0 comments on commit 02d227e

Please sign in to comment.