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 Aug 2, 2024
1 parent e842e0d commit 2995948
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.2.0"
version = "1.3.0"
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.2"
"pgscatalog.core" = "^0.2.2"
"pgscatalog.match" = "^0.2.3"
"pgscatalog.match" = "^0.3.0"

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

0 comments on commit 2995948

Please sign in to comment.