We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763816f commit 181e1f7Copy full SHA for 181e1f7
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.0
+current_version = 0.6.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "coverage_threshold"
7
-version = "0.6.0"
+version = "0.6.1"
8
authors = [{ name = "Dean Way", email = "deanwaydev@gmail.com" }]
9
description = "Tools for coverage threshold limits"
10
readme = "README.md"
0 commit comments