Skip to content

Commit 6a40e2f

Browse files
committed
Bump version: 0.20.5 → 0.20.6
1 parent 9c04e38 commit 6a40e2f

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
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "fujin-cli"
8-
version = "0.20.5"
8+
version = "0.20.6"
99
description = "Get your project up and running in a few minutes on your own vps."
1010
readme = "README.md"
1111
keywords = [
@@ -149,7 +149,7 @@ markers = [
149149
]
150150

151151
[tool.bumpversion]
152-
current_version = "0.20.5"
152+
current_version = "0.20.6"
153153
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
154154
serialize = [ "{major}.{minor}.{patch}" ]
155155
search = "{current_version}"

src/fujin/__init__.py

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

0 commit comments

Comments
 (0)