Skip to content

Commit

Permalink
Bump v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Jul 17, 2024
1 parent 5f08dce commit 32467b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "DAJIN2"
version = "0.5.3"
version = "0.5.4"
description = "One-step genotyping tools for targeted long-read sequencing"
authors = ["Akihiro Kuno <akuno@md.tsukuba.ac.jp>"]
readme = "README.md"
Expand Down Expand Up @@ -39,7 +39,7 @@ kaleido = ">=0.2.0"
rapidfuzz = ">=3.6.0"
scikit-learn = ">=1.3.0"
ruptures = ">=1.1.8"
ortools = ">=9.0"
networkx = ">=3.0"

# BioConda
mappy = ">=2.24"
Expand Down
2 changes: 1 addition & 1 deletion src/DAJIN2/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from sklearn.exceptions import ConvergenceWarning

DAJIN_VERSION = "0.5.3"
DAJIN_VERSION = "0.5.4"
DAJIN_RESULTS_DIR = Path("DAJIN_Results")
TEMP_ROOT_DIR = Path(DAJIN_RESULTS_DIR, ".tempdir")

Expand Down

0 comments on commit 32467b5

Please sign in to comment.