Skip to content

Commit

Permalink
Bump version: 0.2.0-dev.0 → 0.2.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Dec 14, 2023
1 parent 2bf1d7b commit 9a1b546
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 = "[email protected]"}
]
version = '0.2.0-dev.0'
version = '0.2.0-dev.1'
description = "Python library to help build Flow Launcher plugins."
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -24,7 +24,7 @@ dependencies = [
packages = ["pyflowlauncher"]

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

0 comments on commit 9a1b546

Please sign in to comment.