From 7456cb3fbb0714d491f10f4e53d14bfab2bddeeb Mon Sep 17 00:00:00 2001 From: zombie-einstein <13398815+zombie-einstein@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:53:08 +0100 Subject: [PATCH] Bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0acc9dd..0fef565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thants" -version = "0.1.0" +version = "0.2.0" description = "Ants! On your GPU! With JAX!" authors = ["zombie-einstein "] license = "MIT"