Skip to content

Commit

Permalink
Tag version 1.1.1
Browse files Browse the repository at this point in the history
Fixes since 1.1.0:

  * Fix pip install when setuptools>=50 (thanks gnmerritt!)
  * Drop Python 3.6 (thanks gnmerritt!)
  * Added CI via GitHub Actions
  • Loading branch information
eigendude committed Sep 27, 2021
1 parent 31dfc41 commit 1e74c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name='pyqudt',
version='1.1.0',
version='1.1.1',
author='Garrett Brown',
author_email='[email protected]',
description='Python library for working with the QUDT (Quantity, Unit, Dimension and Type) ontology.',
Expand Down

0 comments on commit 1e74c41

Please sign in to comment.