Skip to content

Commit 727a482

Browse files
authored
Merge pull request #19 from python-project-templates/tkp/014
Bump version: 0.1.3 → 0.1.4
2 parents 40e19a0 + 79172ba commit 727a482

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 = "t.paine154@gmail.com"}]
88
description="Easily generate sphinx documentation"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.3"
11+
version = "0.1.4"
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.3"
62+
current_version = "0.1.4"
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.3"
1+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)