Skip to content

Commit

Permalink
fix: allow for higher versions of importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhynes7 committed Jan 8, 2022
1 parent 5117f6e commit d7ba3ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ History
=======


6.2.1 (2022-01-08)
------------------

Fixes
~~~~~
- Allow for versions of `importlib-metadata` above 1.


6.2.0 (2021-10-06)
------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "scikit-spatial"
version = "6.2.0"
version = "6.2.1"
description = "Spatial objects and computations based on NumPy arrays."
license = "BSD-3-Clause"

Expand Down Expand Up @@ -36,7 +36,7 @@ numpy = "^1.20"
matplotlib = "^3"

# To keep __version__ in sync with the version in this file.
importlib-metadata = { version = "^1.0", python = "<3.8" }
importlib-metadata = { version = "~1", python = "<3.8" }

# Pre-commit
pre-commit = { version = "2.11.1", optional = true }
Expand Down

0 comments on commit d7ba3ad

Please sign in to comment.