We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceab7b3 + 444d2d9 commit cc65c2fCopy full SHA for cc65c2f
2 files changed
pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "the yardang authors", email = "[email protected]"}]
8
description = "Easily generate sphinx documentation"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-version = "0.4.0"
+version = "0.4.1"
12
requires-python = ">=3.10"
13
keywords = []
14
@@ -66,7 +66,7 @@ Repository = "https://github.com/python-project-templates/yardang"
66
Homepage = "https://github.com/python-project-templates/yardang"
67
68
[tool.bumpversion]
69
-current_version = "0.4.0"
+current_version = "0.4.1"
70
commit = true
71
tag = true
72
commit_args = "-s"
yardang/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.0"
+__version__ = "0.4.1"
0 commit comments