We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c04e38 commit 6a40e2fCopy full SHA for 6a40e2f
2 files changed
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
5
6
[project]
7
name = "fujin-cli"
8
-version = "0.20.5"
+version = "0.20.6"
9
description = "Get your project up and running in a few minutes on your own vps."
10
readme = "README.md"
11
keywords = [
@@ -149,7 +149,7 @@ markers = [
149
]
150
151
[tool.bumpversion]
152
-current_version = "0.20.5"
+current_version = "0.20.6"
153
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
154
serialize = [ "{major}.{minor}.{patch}" ]
155
search = "{current_version}"
src/fujin/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.20.5"
+__version__ = "0.20.6"
0 commit comments