Skip to content

Commit

Permalink
Bump version to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Jun 5, 2024
1 parent 1eaaa6a commit 1b2d859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "4.7.0"
current_version = "4.7.1"
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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_tests(self):
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code,
# see http://packaging.python.org/en/latest/tutorial.html#version
version='4.7',
version='4.7.1',

description='Coverage analysis tool for clinical sequencing',
# What does your project relate to? Separate with spaces.
Expand Down

0 comments on commit 1b2d859

Please sign in to comment.