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 5724b02 commit dc07e65Copy full SHA for dc07e65
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.2.1"
+version = "0.2.2"
12
requires-python = ">=3.9"
13
keywords = []
14
@@ -60,7 +60,7 @@ develop = [
60
yardang = "yardang.cli:main"
61
62
[tool.bumpversion]
63
-current_version = "0.2.1"
+current_version = "0.2.2"
64
commit = true
65
tag = false
66
yardang/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments