diff --git a/pyproject.toml b/pyproject.toml index 121e0b1..1f3e371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "pyflowlauncher" authors = [ {name = "William McAllister", email = "dev.garulf@gmail.com"} ] -version = '0.8.3-dev.0' +version = '0.9.0' description = "Python library to help build Flow Launcher plugins." readme = "README.md" requires-python = ">=3.8" @@ -30,7 +30,7 @@ packages = ["pyflowlauncher"] "pyflowlauncher" = ["py.typed"] [tool.bumpversion] -current_version = "0.8.3-dev.0" +current_version = "0.9.0" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)