We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222fcb7 commit 0f223bcCopy full SHA for 0f223bc
pyproject.toml
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
6
authors = [
7
{name = "William McAllister", email = "[email protected]"}
8
]
9
-version = '0.8.3-dev.0'
+version = '0.9.0'
10
description = "Python library to help build Flow Launcher plugins."
11
readme = "README.md"
12
requires-python = ">=3.8"
@@ -30,7 +30,7 @@ packages = ["pyflowlauncher"]
30
"pyflowlauncher" = ["py.typed"]
31
32
[tool.bumpversion]
33
-current_version = "0.8.3-dev.0"
+current_version = "0.9.0"
34
parse = """(?x)
35
(?P<major>[0-9]+)
36
\\.(?P<minor>[0-9]+)
0 commit comments