From dc18fdb0fb6dd7f2148392fc637e929d3c156bbb Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Thu, 23 Nov 2023 06:05:44 +1300 Subject: [PATCH] chore: manually increment version to test GA (#16) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f31f94e1..9b3116eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Typing :: Typed", ] readme = "README.md" -version = "0.1.2" +version = "0.1.4" dependencies = [ "numpy",