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 9465f81 commit 79591f4Copy full SHA for 79591f4
pyproject.toml
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
6
authors = [
7
{name = "William McAllister", email = "[email protected]"}
8
]
9
-version = '0.0.1-beta'
+version = '0.1.0-dev.0'
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.0.1-beta"
+current_version = "0.1.0-dev.0"
28
parse = """(?x)
29
(?P<major>[0-9]+)
30
\\.(?P<minor>[0-9]+)
0 commit comments