We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114c38b commit 5677b3bCopy full SHA for 5677b3b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.17.1
+current_version = 0.17.2
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.1"
+version = "0.17.2"
description = "CLI script for interacting with local Anki collection"
authors = [{ name = "Karl Yngve Lervåg", email = "karl.yngve@lervag.net" }]
6
requires-python = "~=3.10"
0 commit comments