From d2735e361bb413d72cbf9a5c956d414f03c5c65b Mon Sep 17 00:00:00 2001 From: MichaelTMatthews Date: Sun, 7 Apr 2024 22:36:23 +0100 Subject: [PATCH] v1.3.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca23d39..987f011 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - + diff --git a/pyproject.toml b/pyproject.toml index 2e157b5..17f5350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "craftax" -version = "1.2.0" +version = "1.3.0" authors = [ { name="Michael Matthews", email="michael.matthews@eng.ox.ac.uk" }, ]