Skip to content

Commit 6a6079b

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent d9bbbe7 commit 6a6079b

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.2.0"
11+
version = "0.2.1"
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.2.0"
63+
current_version = "0.2.1"
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.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)