Skip to content

Commit

Permalink
Add VOSI Tables Support (#16)
Browse files Browse the repository at this point in the history
VOSITables support added

add issue to complete VODataservice

remove 'is easy'

missing vodataservice api docs

use autodoc'd type hints

versioning hotfix
  • Loading branch information
jwfraustro committed Jun 15, 2024
1 parent 6432dbf commit 49d2f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"},
{name = "MAST Archive Developers", email="[email protected]"}
]
description = "Data models for IVOA protocols"
description = "Pydantic data models for IVOA protocols"
readme = "README.md"
requires-python = ">=3.10"

Expand Down

0 comments on commit 49d2f11

Please sign in to comment.