From 5ad944acaaa3d7603fc80b0c8b67aa7184edd254 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:20:45 -0500 Subject: [PATCH] build(POETRY): bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2046a7..e9addf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Niall Byrne "] description = "Installs the JumpCloud agent on OSX machines." name = "role-jumpcloud" - version = "0.1.2" + version = "0.1.3" [tool.poetry.dependencies] python = ">=3.8.0,<4.0"