Skip to content

Commit 25b9793

Browse files
committed
Bump version: 0.17.2 → 0.18.0
1 parent 2ca76cf commit 25b9793

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.17.2"
8+
version = "0.18.0"
99
description = "Get your project up and running in a few minutes on your own vps."
1010
readme = "README.md"
1111
keywords = [
@@ -145,7 +145,7 @@ markers = [
145145
]
146146

147147
[tool.bumpversion]
148-
current_version = "0.17.2"
148+
current_version = "0.18.0"
149149
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
150150
serialize = [ "{major}.{minor}.{patch}" ]
151151
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.17.2"
1+
__version__ = "0.18.0"

0 commit comments

Comments
 (0)