From a9acc82ab47f7506eddea9e0a2c4dfac383b5540 Mon Sep 17 00:00:00 2001 From: zombie-einstein <13398815+zombie-einstein@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:28:31 +0000 Subject: [PATCH] Bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7c2f00..4a74e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thants" -version = "0.2.0" +version = "0.3.0" description = "Ants! On your GPU! With JAX!" authors = ["zombie-einstein "] license = "MIT"