Skip to content

Commit 1c89781

Browse files
authored
Merge pull request #27 from python-project-templates/tkp/016
Bump version: 0.1.5 → 0.1.6
2 parents b069f97 + 31eeb0c commit 1c89781

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.5"
11+
version = "0.1.6"
1212
requires-python = ">=3.9"
1313
keywords = []
1414

@@ -60,7 +60,7 @@ develop = [
6060
yardang = "yardang.cli:main"
6161

6262
[tool.bumpversion]
63-
current_version = "0.1.5"
63+
current_version = "0.1.6"
6464
commit = true
6565
tag = false
6666

yardang/__init__.py

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

0 commit comments

Comments
 (0)