From aaf7496138cb2217346ccf6fd6638c19862f8a23 Mon Sep 17 00:00:00 2001 From: Joshua Fraustro <36318163+jwfraustro@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:26:37 -0400 Subject: [PATCH] V0.3.1.post1 docs page fix (#19) versioning hotfix * post release version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46a80d9..afd5ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "vo-models" -version = "0.3.0" +version = "0.3.1.post1" authors = [ {name = "Joshua Fraustro", email="jfraustro@stsci.edu"}, {name = "MAST Archive Developers", email="archive@stsci.edu"} ] -description = "Data models for IVOA protocols" +description = "Pydantic data models for IVOA protocols" readme = "README.md" requires-python = ">=3.10"