From 3b2cb5b928ba9be072f851705a6f86900a8871a7 Mon Sep 17 00:00:00 2001 From: MichaelTMatthews Date: Wed, 29 May 2024 15:37:08 +0100 Subject: [PATCH] v1.4.2 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c3502..1353ea7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index ea7b9dc..51718f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "craftax" -version = "1.4.1" +version = "1.4.2" authors = [ { name="Michael Matthews", email="michael.matthews@eng.ox.ac.uk" }, ]