From 89f687b33e0ccbeeea03fd0f9652d635fce983b6 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:30:39 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.1-dev.0=20=E2=86=92=200.6?= =?UTF-8?q?.0-dev.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 6236455..4d06285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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[0-9]+) \\.(?P[0-9]+)