From 49d2f117daca6eb221989fdc0348c0d5707c285b Mon Sep 17 00:00:00 2001 From: Joshua Fraustro <36318163+jwfraustro@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:15:08 -0400 Subject: [PATCH] Add VOSI Tables Support (#16) VOSITables support added add issue to complete VODataservice remove 'is easy' missing vodataservice api docs use autodoc'd type hints versioning hotfix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46a80d9..339e778 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" 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"