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