Skip to content

Commit 46d134f

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent 8b3b04d commit 46d134f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
66
authors = [
77
{name = "William McAllister", email = "dev.garulf@gmail.com"}
88
]
9-
version = '0.9.0'
9+
version = '0.9.1'
1010
description = "Python library to help build Flow Launcher plugins."
1111
readme = "README.md"
1212
requires-python = ">=3.8"
@@ -34,7 +34,7 @@ packages = ["pyflowlauncher"]
3434
"pyflowlauncher" = ["py.typed"]
3535

3636
[tool.bumpversion]
37-
current_version = "0.9.0"
37+
current_version = "0.9.1"
3838
parse = """(?x)
3939
(?P<major>[0-9]+)
4040
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)