Skip to content

Commit 13c3a3a

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 2876c4c commit 13c3a3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "fujin-cli"
10-
version = "0.8.0"
10+
version = "0.9.0"
1111
description = "Get your project up and running in a few minutes on your own vps."
1212
readme = "README.md"
1313
keywords = [
@@ -154,7 +154,7 @@ lint.isort.required-imports = [
154154
lint.pyupgrade.keep-runtime-typing = true
155155

156156
[tool.bumpversion]
157-
current_version = "0.8.0"
157+
current_version = "0.9.0"
158158
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
159159
serialize = [
160160
"{major}.{minor}.{patch}",

0 commit comments

Comments
 (0)