Skip to content

Commit

Permalink
feat: Update version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 18, 2024
1 parent ff65869 commit e7a318d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bump-my-version bump minor --allow-dirty

[tool.bumpversion]
current_version = "1.2.4"
current_version = "1.2.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deepchopper"
version = "1.2.4"
version = "1.2.5"
edition = "2021"
authors = ["Yangyang Li <[email protected]>"]
description = "A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing"
Expand Down
2 changes: 1 addition & 1 deletion deepchopper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from .deepchopper import * # noqa: F403
from .models import DeepChopper

__version__ = "1.2.4"
__version__ = "1.2.5"

__all__ = ["models", "utils", "data", "train", "eval", "DeepChopper", "ui", "cli", "__version__"]
2 changes: 1 addition & 1 deletion py_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "deepchopper-cli"
version = "1.2.4"
version = "1.2.5"
description = "CLI for DeepChopper: A Genomic Language Model for Chimera Artifact Detection"
authors = [{ name = "Yangyang Li", email = "[email protected]" }]
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "maturin"
authors = ["Yangyang Li <[email protected]>"]
license = "Apache-2.0"
name = "deepchopper"
version = "1.2.4"
version = "1.2.5"
description = "A Genomic Language Model for Chimera Artifact Detection in Nanopore Direct RNA Sequencing"
readme = "README.md"

Expand Down

0 comments on commit e7a318d

Please sign in to comment.