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 2ca76cf commit 25b9793Copy full SHA for 25b9793
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
5
6
[project]
7
name = "fujin-cli"
8
-version = "0.17.2"
+version = "0.18.0"
9
description = "Get your project up and running in a few minutes on your own vps."
10
readme = "README.md"
11
keywords = [
@@ -145,7 +145,7 @@ markers = [
145
]
146
147
[tool.bumpversion]
148
-current_version = "0.17.2"
+current_version = "0.18.0"
149
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
150
serialize = [ "{major}.{minor}.{patch}" ]
151
search = "{current_version}"
src/fujin/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.17.2"
+__version__ = "0.18.0"
0 commit comments