From ddedbbc17173297c96c890b782eea7502cb7fd39 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Sat, 25 Feb 2023 12:00:12 -0500 Subject: [PATCH] bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1715f49..1bea031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Niall Byrne "] description = "Downloads remote content for manual user installation." name = "role-downloader" - version = "0.2.2" + version = "0.2.3" [tool.poetry.dependencies] python = ">=3.9.0,<4.0"