Skip to content

Commit 5433fde

Browse files
authored
Merge pull request #103 from Point72/tkp/053
Bump version: 0.5.2 → 0.5.3
2 parents ca52843 + 359959e commit 5433fde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "Easily generate sphinx documentation"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "0.5.2"
15+
version = "0.5.3"
1616
requires-python = ">=3.10"
1717
keywords = [
1818
]
@@ -90,7 +90,7 @@ Repository = "https://github.com/python-project-templates/yardang"
9090
Homepage = "https://github.com/python-project-templates/yardang"
9191

9292
[tool.bumpversion]
93-
current_version = "0.5.2"
93+
current_version = "0.5.3"
9494
commit = true
9595
tag = true
9696
commit_args = "-s"

yardang/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"
22

33
from .build import generate_docs_configuration, generate_wiki_configuration, run_doxygen_if_needed
44
from .wiki import process_wiki_output

0 commit comments

Comments
 (0)