Skip to content

Commit 4f55903

Browse files
committed
Bump version: 0.19.0 → 0.19.1
1 parent 43102bd commit 4f55903

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.19.0"
8+
version = "0.19.1"
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.19.0"
148+
current_version = "0.19.1"
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.19.0"
1+
__version__ = "0.19.1"

0 commit comments

Comments
 (0)