From 2c678d46c643b2cbc6c96969c6741b4b20fc71f8 Mon Sep 17 00:00:00 2001 From: Dom Batten Date: Mon, 20 Mar 2023 09:41:01 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e7e0cd..6265ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arraytex" -version = "0.0.4" +version = "0.0.5" description = "ArrayTeX" authors = ["Dom Batten "] license = "MIT"