From fb20f52bd4380d8a1ed9e092b3a5a88cbaac480c Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sat, 21 Jan 2023 23:45:02 +0100 Subject: [PATCH] Bump to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab92c13..84421c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iolite-client" -version = "0.5.2" +version = "0.6.0" description = "API client for interacting with IOLite's remote API" authors = ["Malachi Soord "] license = "MIT"