Skip to content

Commit

Permalink
Bump version to 0.13.4, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 28, 2024
1 parent fc8aea6 commit 97b58eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon"
version = "0.13.3"
version = "0.13.4"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "deciphon" }]
[tool.poetry.dependencies]
python = "^3.9"
cffi = "^1.15.1"
deciphon-core = ">=0.23.3"
deciphon-core = ">=0.23.5"
fasta-reader = "^3"
h3daemon = ">=0.13.8"
hmmer = "^0"
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_scan(tmp_path: Path, files_path: Path):
assert snap.exists()
shutil.unpack_archive(snap, format="zip")
products = basedir(snap) / "products.tsv"
assert checksum(products)[:8] == "42ab02e3"
assert checksum(products)[:8] == "a6b36d4d"


def checksum(filename: Path):
Expand Down

0 comments on commit 97b58eb

Please sign in to comment.