Skip to content

Commit

Permalink
Bump version: 0.5.1-dev.0 → 0.6.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 10, 2024
1 parent a1ce2a4 commit 89f687b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pyflowlauncher"
authors = [
{name = "William McAllister", email = "dev.garulf@gmail.com"}
]
version = '0.5.1-dev.0'
version = '0.6.0-dev.0'
description = "Python library to help build Flow Launcher plugins."
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -27,7 +27,7 @@ packages = ["pyflowlauncher"]
"pyflowlauncher" = ["py.typed"]

[tool.bumpversion]
current_version = "0.5.1-dev.0"
current_version = "0.6.0-dev.0"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 89f687b

Please sign in to comment.