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 8b3b04d commit 46d134fCopy full SHA for 46d134f
pyproject.toml
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
6
authors = [
7
{name = "William McAllister", email = "dev.garulf@gmail.com"}
8
]
9
-version = '0.9.0'
+version = '0.9.1'
10
description = "Python library to help build Flow Launcher plugins."
11
readme = "README.md"
12
requires-python = ">=3.8"
@@ -34,7 +34,7 @@ packages = ["pyflowlauncher"]
34
"pyflowlauncher" = ["py.typed"]
35
36
[tool.bumpversion]
37
-current_version = "0.9.0"
+current_version = "0.9.1"
38
parse = """(?x)
39
(?P<major>[0-9]+)
40
\\.(?P<minor>[0-9]+)
0 commit comments