We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9719ced commit 60ddcf9Copy full SHA for 60ddcf9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pymammotion"
7
-version = "0.5.68"
+version = "0.5.69"
8
description = ""
9
authors = [
10
{ name = "Michael Arthur", email = "michael@jumblesoft.co.nz" },
@@ -67,7 +67,7 @@ include = ["pymammotion"]
67
include = ["pymammotion"]
68
69
[tool.bumpver]
70
-current_version = "0.5.68"
+current_version = "0.5.69"
71
version_pattern = "MAJOR.MINOR.PATCH"
72
commit_message = "Bump version {old_version} -> {new_version}"
73
commit = true
0 commit comments