Skip to content

Commit

Permalink
Bump version to 0.11.13 and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 16, 2024
1 parent 5cb527d commit b322cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon"
version = "0.11.12"
version = "0.11.13"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
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] == "f3d82604"
assert checksum(products)[:8] == "441e0eaf"


def checksum(filename: Path):
Expand Down

0 comments on commit b322cbd

Please sign in to comment.