From 89d8902d77f0cbd275a3083276085cdd31502584 Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Thu, 31 Oct 2024 12:57:46 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b695e91..9b5485e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "apebench" -version = "0.0.1" +version = "0.1.0" description = "Benchmark suite for Autoregressive Neural Emulators of PDEs in JAX." readme = "README.md" requires-python ="~=3.10"