Skip to content

Commit 3c433a5

Browse files
committed
Bump version: 0.3.1 → 0.3.2
Signed-off-by: Tim Paine <[email protected]>
1 parent cfce59a commit 3c433a5

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.3.1"
11+
version = "0.3.2"
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.3.1"
69+
current_version = "0.3.2"
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.3.1"
1+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)