We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1174f commit 6f04f21Copy full SHA for 6f04f21
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.0
+current_version = 0.17.1
3
commit = True
4
tag = True
5
message = bump: v{current_version} --> v{new_version}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apyanki"
-version = "0.17.0"
+version = "0.17.1"
description = "CLI script for interacting with local Anki collection"
authors = [{ name = "Karl Yngve Lervåg", email = "karl.yngve@lervag.net" }]
6
requires-python = "~=3.9"
0 commit comments