Skip to content

Commit

Permalink
Merge pull request #400 from Clinical-Genomics/version_3.0.1
Browse files Browse the repository at this point in the history
Patch 3.0.1
  • Loading branch information
northwestwitch authored Jan 17, 2025
2 parents 233b4f4 + 8b53783 commit d723c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [unreleased]
## [3.0.1]
### Fixed
- Updated schug library to v1.8 (contains bug fixes)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chanjo2"
version = "3.0.0"
version = "3.0.1"
description = "Next generation coverage analysis"
authors = ["northwestwitch <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion src/chanjo2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dotenv import load_dotenv

__version__ = "3.0"
__version__ = "3.0.1"
load_dotenv()

0 comments on commit d723c67

Please sign in to comment.