From 4f7a66d6c498fb221b5b1d4bf579950b576e596c Mon Sep 17 00:00:00 2001 From: blob42 Date: Thu, 31 Aug 2023 11:27:42 +0200 Subject: [PATCH] v0.6.2 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f05560a..e34acae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "instrukt" -version = "0.6.1" +version = "0.6.2" homepage = "https://github.com/blob42/instrukt" repository = "https://github.com/blob42/instrukt" documentation = "https://github.com/blob42/instrukt/docs"