From e017838e5977c3c6a2510b581a910e4296747bb1 Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 14 Feb 2024 18:40:27 -0600 Subject: [PATCH] Change version to 0.0.0a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efa555b52..943897b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "axi" -version = "0.0.4" +version = "0.0.0a1" authors = [{ name = "Axi" }] requires-python = ">=3.8" keywords = []