Skip to content

Commit 89f687b

Browse files
committed
Bump version: 0.5.1-dev.0 → 0.6.0-dev.0
1 parent a1ce2a4 commit 89f687b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
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.5.1-dev.0'
9+
version = '0.6.0-dev.0'
1010
description = "Python library to help build Flow Launcher plugins."
1111
readme = "README.md"
1212
requires-python = ">=3.8"
@@ -27,7 +27,7 @@ packages = ["pyflowlauncher"]
2727
"pyflowlauncher" = ["py.typed"]
2828

2929
[tool.bumpversion]
30-
current_version = "0.5.1-dev.0"
30+
current_version = "0.6.0-dev.0"
3131
parse = """(?x)
3232
(?P<major>[0-9]+)
3333
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)