From cfeb0685d60cbe8686edcd62ac3fe76a97f48f54 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:05:36 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.1=20=E2=86=92=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac1764f..45881df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "pyflowlauncher" authors = [ {name = "William McAllister", email = "dev.garulf@gmail.com"} ] -version = '0.9.1' +version = '0.9.2' description = "Python library to help build Flow Launcher plugins." readme = "README.md" requires-python = ">=3.8"