Skip to content

Commit e15b1b7

Browse files
committed
Bump version: 0.8.1-dev.0 → 0.8.2-dev.0
1 parent ea4617e commit e15b1b7

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.8.1-dev.0'
9+
version = '0.8.2-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.8.1-dev.0"
33+
current_version = "0.8.2-dev.0"
3434
parse = """(?x)
3535
(?P<major>[0-9]+)
3636
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)