diff --git a/README.md b/README.md index c6de359..ba8562d 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ pre-commit install --hook-type commit-msg ## Maintainers -Taylor Jacovich +Taylor Jacovich and The ADS Team diff --git a/pyproject.toml b/pyproject.toml index 68cfea2..c9f732c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "SciXPipelineUtils" -version = "0.0.1" +version = "0.0.2" description = "A collection of utilities for the new NASA Science Explorer (NASA SciX) backoffice architecture" authors = [{ name = "Taylor Jacovich", email = "tjacovich@cfa.harvard.edu"}] license = { text = "GPL-3.0" } readme = "README.md" #repository = "https://github.com/adsabs/SciXPipelineUtils" classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent",