Skip to content

Commit cc65c2f

Browse files
authored
Merge pull request #76 from Point72/tkp/041
Bump version: 0.4.0 → 0.4.1
2 parents ceab7b3 + 444d2d9 commit cc65c2f

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.4.0"
11+
version = "0.4.1"
1212
requires-python = ">=3.10"
1313
keywords = []
1414

@@ -66,7 +66,7 @@ Repository = "https://github.com/python-project-templates/yardang"
6666
Homepage = "https://github.com/python-project-templates/yardang"
6767

6868
[tool.bumpversion]
69-
current_version = "0.4.0"
69+
current_version = "0.4.1"
7070
commit = true
7171
tag = true
7272
commit_args = "-s"

yardang/__init__.py

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

0 commit comments

Comments
 (0)