Skip to content

Commit

Permalink
Bump version: 0.0.1-beta → 0.1.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Nov 27, 2023
1 parent 9465f81 commit 79591f4
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.0.1-beta'
version = '0.1.0-dev.0'
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.0.1-beta"
current_version = "0.1.0-dev.0"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 79591f4

Please sign in to comment.