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.
2 parents 7643b28 + 71b96a9 commit 4b7ebd0Copy full SHA for 4b7ebd0
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.1.1"
+version = "0.1.2"
12
requires-python = ">=3.9"
13
keywords = []
14
@@ -59,7 +59,7 @@ develop = [
59
yardang = "yardang.cli:main"
60
61
[tool.bumpversion]
62
-current_version = "0.1.1"
+current_version = "0.1.2"
63
commit = true
64
tag = true
65
yardang/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments