Skip to content

Commit e9a2991

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent ab16808 commit e9a2991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the yardang authors", email = "[email protected]"}]
88
description="Easily generate sphinx documentation"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.2"
11+
version = "0.1.3"
1212
requires-python = ">=3.9"
1313
keywords = []
1414

@@ -59,7 +59,7 @@ develop = [
5959
yardang = "yardang.cli:main"
6060

6161
[tool.bumpversion]
62-
current_version = "0.1.2"
62+
current_version = "0.1.3"
6363
commit = true
6464
tag = false
6565

yardang/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)