Skip to content

Commit 4b7ebd0

Browse files
authored
Merge pull request #9 from python-project-templates/tkp/012
Bump version: 0.1.1 → 0.1.2
2 parents 7643b28 + 71b96a9 commit 4b7ebd0

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.1"
11+
version = "0.1.2"
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.1"
62+
current_version = "0.1.2"
6363
commit = true
6464
tag = true
6565

yardang/__init__.py

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

0 commit comments

Comments
 (0)