diff --git a/pyproject.toml b/pyproject.toml index 9e663b7..6cd61ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ use_parentheses = true name = "pyqudt" description = "Python library for working with the QUDT (Quantity, Unit, Dimension and Type) ontology." -version = "1.1.0" +version = "1.1.1" authors = ["Garrett Brown"] license = "BSD-3-Clause" diff --git a/setup.py b/setup.py index 71d42a5..70cfe3d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( name='pyqudt', - version='1.1.0', + version='1.1.1', author='Garrett Brown', author_email='themagnificentmrb@gmail.com', description='Python library for working with the QUDT (Quantity, Unit, Dimension and Type) ontology.',