From 2332a526268077fe96ad92f2a0e391c09cb1ac53 Mon Sep 17 00:00:00 2001 From: Ian Breckenridge <62034540+i13e@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:51:50 -0400 Subject: [PATCH] chore: Update package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14cf567..9b8239d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ osmanthus = ["performance.bin"] [project] name = "osmanthus" -version = "0.1.0" +version = "0.1.1" description = "An algorithmic chess engine, written in Python." authors = [{ name = "Ian Breckenridge", email = "i13e@i13e.org" }] readme = "README.md"