Skip to content

Commit

Permalink
chore: bump version to 1.0.2 in pyproject.toml πŸš€
Browse files Browse the repository at this point in the history
- Updated version from 1.0.1 to 1.0.2
- Updated deciphon-snap dependency to version 1.0.2
  • Loading branch information
horta committed Oct 31, 2024
1 parent 09d4ab4 commit 34c4c7b
Showing 1 changed file with 2 additions and 2 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 = "1.0.1"
version = "1.0.2"
description = "Individually annotate long, error-prone nucleotide sequences into proteins"
authors = ["Danilo Horta <horta@ebi.ac.uk>"]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ ijson = "^3.3"
pydantic = "^2.9"
typer = "^0.12"
rich = "^13.8"
deciphon-snap = "^1.0.1"
deciphon-snap = "^1.0.2"
more-itertools = "^10.5"
psutil = "^6.1.0"
deciphon-core = "^1.0.0"
Expand Down

0 comments on commit 34c4c7b

Please sign in to comment.