diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 0e9bc6d..f9da73f 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deciphon" -version = "0.12.4" +version = "0.13.0" description = "Individually annotate long, error-prone nucleotide sequences into proteins" authors = ["Danilo Horta "] license = "MIT" @@ -10,7 +10,7 @@ packages = [{ include = "deciphon" }] [tool.poetry.dependencies] python = "^3.9" cffi = "^1.15.1" -deciphon-core = ">=0.22.2" +deciphon-core = ">=0.23.2" fasta-reader = "^3" h3daemon = ">=0.13.8" hmmer = "^0" @@ -18,7 +18,7 @@ ijson = "^3.2.3" pydantic = "^2" typer = "^0" rich = "^13" -deciphon-snap = "^0.10.1" +deciphon-snap = "^0.11.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.3.2"