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 54e7784 commit 6109d17Copy full SHA for 6109d17
pyproject.toml
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
6
authors = [
7
{name = "William McAllister", email = "[email protected]"}
8
]
9
-version = '0.3.0-dev.0'
+version = '0.3.0-dev.1'
10
description = "Python library to help build Flow Launcher plugins."
11
readme = "README.md"
12
requires-python = ">=3.8"
@@ -24,7 +24,7 @@ dependencies = [
24
packages = ["pyflowlauncher"]
25
26
[tool.bumpversion]
27
-current_version = "0.3.0-dev.0"
+current_version = "0.3.0-dev.1"
28
parse = """(?x)
29
(?P<major>[0-9]+)
30
\\.(?P<minor>[0-9]+)
0 commit comments