Skip to content

Commit 6109d17

Browse files
committed
Bump version: 0.3.0-dev.0 → 0.3.0-dev.1
1 parent 54e7784 commit 6109d17

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.3.0-dev.0'
9+
version = '0.3.0-dev.1'
1010
description = "Python library to help build Flow Launcher plugins."
1111
readme = "README.md"
1212
requires-python = ">=3.8"
@@ -24,7 +24,7 @@ dependencies = [
2424
packages = ["pyflowlauncher"]
2525

2626
[tool.bumpversion]
27-
current_version = "0.3.0-dev.0"
27+
current_version = "0.3.0-dev.1"
2828
parse = """(?x)
2929
(?P<major>[0-9]+)
3030
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)