From 8f382977e955729f3fa5f05d45873677e74b19bd Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Fri, 17 May 2024 18:22:27 -0700 Subject: [PATCH] update version lol --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5979c60..1be5f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "numpydantic" -version = "0.0.0" +version = "1.0.0.rc1" description = "Type and shape validation and serialization for numpy arrays in pydantic models" authors = [ {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},