Skip to content

Commit

Permalink
bump pgscatalog.match dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jun 19, 2024
1 parent 22b9011 commit 7e75e75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pgscatalog.utils/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pgscatalog.utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pgscatalog-utils"
version = "1.1.1"
version = "1.1.2"
description = "Utilities for working with PGS Catalog API and scoring files"
authors = ["Benjamin Wingfield <[email protected]>", "Samuel Lambert <[email protected]>", "Laurent Gil <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ packages = [
python = ">=3.10"
"pgscatalog.calc" = "^0.2.1"
"pgscatalog.core" = "^0.2.1"
"pgscatalog.match" = "^0.2.1"
"pgscatalog.match" = "^0.2.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7e75e75

Please sign in to comment.