From 0f223bcdccb92e8a1eabd350168848ab1c408a80 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sat, 17 Feb 2024 23:36:23 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.3-dev.0=20=E2=86=92=200.9?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]+)