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 ab16808 commit e9a2991Copy full SHA for e9a2991
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.2"
+version = "0.1.3"
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.2"
+current_version = "0.1.3"
63
commit = true
64
tag = false
65
yardang/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
0 commit comments