Skip to content

Commit

Permalink
bump v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Mar 21, 2024
1 parent e7fad3a commit 4f11cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Jinja2 >= 3.1.0
plotly >= 5.0.0
kaleido >= 0.2.0

cstag >= 0.4.1
cstag >= 1.0.0
midsv >= 0.10.1
wslPath >=0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="DAJIN2",
version="0.4.1",
version="0.4.2",
author="Akihiro Kuno",
author_email="[email protected]",
description="One-step genotyping tools for targeted long-read sequencing",
Expand Down
2 changes: 1 addition & 1 deletion src/DAJIN2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from DAJIN2.utils import io, config, report_generator, input_validator, multiprocess


DAJIN_VERSION = "0.4.1"
DAJIN_VERSION = "0.4.2"


def generate_report(name: str) -> None:
Expand Down

0 comments on commit 4f11cec

Please sign in to comment.