From 95f58b40756e25fe923648f7159e26d8d20d0b9c Mon Sep 17 00:00:00 2001 From: Nick Wall <46641379+walln@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:45:05 -0500 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 541501c..4f87c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "loadax" -version = "0.1.1" +version = "0.2.0" description = "Dataloading for Jax" authors = [ { name = "Nick Wall", email = "46641379+walln@users.noreply.github.com" },