Skip to content

Commit

Permalink
utils: bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 29, 2024
1 parent f570666 commit 26c9cec
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.4.2"
version = "1.4.3"
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 @@ -12,8 +12,8 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10"
"pgscatalog.calc" = "^0.3.0"
"pgscatalog.core" = "^0.3.2"
"pgscatalog.match" = "^0.3.3"
pgscatalog-core = "^0.3.2"

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

0 comments on commit 26c9cec

Please sign in to comment.