Skip to content

Commit 8f8a925

Browse files
committed
Bump version: 0.7.0-dev.0 → 0.7.1-dev.0
1 parent 6cc5c11 commit 8f8a925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pyflowlauncher"
66
authors = [
77
{name = "William McAllister", email = "[email protected]"}
88
]
9-
version = '0.7.0-dev.0'
9+
version = '0.7.1-dev.0'
1010
description = "Python library to help build Flow Launcher plugins."
1111
readme = "README.md"
1212
requires-python = ">=3.8"
@@ -30,7 +30,7 @@ packages = ["pyflowlauncher"]
3030
"pyflowlauncher" = ["py.typed"]
3131

3232
[tool.bumpversion]
33-
current_version = "0.7.0-dev.0"
33+
current_version = "0.7.1-dev.0"
3434
parse = """(?x)
3535
(?P<major>[0-9]+)
3636
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)