Skip to content

Commit 79591f4

Browse files
committed
Bump version: 0.0.1-beta → 0.1.0-dev.0
1 parent 9465f81 commit 79591f4

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.0.1-beta'
9+
version = '0.1.0-dev.0'
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.0.1-beta"
27+
current_version = "0.1.0-dev.0"
2828
parse = """(?x)
2929
(?P<major>[0-9]+)
3030
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)