From b0b391947fc5d3e94f4547286e874a672323addd Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 23 May 2024 00:28:03 -0700 Subject: [PATCH] v1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fddbc3..6fc15b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "numpydantic" -version = "1.0.0.rc1" +version = "1.0.0" description = "Type and shape validation and serialization for numpy arrays in pydantic models" authors = [ {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},