We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc047d7 commit 6a7dfc8Copy full SHA for 6a7dfc8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.1
+current_version = 0.14.0
3
commit = True
4
message = REL: bump version {current_version} -> {new_version}
5
tag = True
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "psweep"
-version = "0.13.1"
+version = "0.14.0"
authors = [
{name = "Steve Schmerler", email = "git@elcorto.com"}
6
]
0 commit comments