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 2876c4c commit 13c3a3aCopy full SHA for 13c3a3a
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ requires = [
7
8
[project]
9
name = "fujin-cli"
10
-version = "0.8.0"
+version = "0.9.0"
11
description = "Get your project up and running in a few minutes on your own vps."
12
readme = "README.md"
13
keywords = [
@@ -154,7 +154,7 @@ lint.isort.required-imports = [
154
lint.pyupgrade.keep-runtime-typing = true
155
156
[tool.bumpversion]
157
-current_version = "0.8.0"
+current_version = "0.9.0"
158
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
159
serialize = [
160
"{major}.{minor}.{patch}",
0 commit comments