Skip to content

Commit

Permalink
utils: fix pgscatalog.core minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 29, 2024
1 parent 754cd3a commit 1fdc5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.4.3"
version = "1.4.4"
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.3.0"
"pgscatalog.match" = "^0.3.3"
pgscatalog-core = "^0.3.2"
pgscatalog-core = "^0.3.3"

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

0 comments on commit 1fdc5c2

Please sign in to comment.