From 390195dc737df7a91b23e22c626f64b20fa04feb Mon Sep 17 00:00:00 2001 From: Keto Zhang Date: Mon, 6 Apr 2020 20:17:16 -0700 Subject: [PATCH] Release 1.0.1 --- .gitignore | 3 ++- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c8ee6e..4bd4469 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .venv/ __pycache__/ .egg-info/ +dist/ # Formats *.pyc @@ -13,4 +14,4 @@ __pycache__/ # Specific Files poetry.lock -tests/local_test.py \ No newline at end of file +tests/local_test.py diff --git a/pyproject.toml b/pyproject.toml index b8cafbb..f35f1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "astrosql" -version = "1.0.0" -description = "Simple Python API to access existing astronomy MySQL database." +version = "1.0.1" +description = "SQL database introspection and methods in Python to access existing astronomy databases." authors = ["Keto Zhang "] license = "Apache-2.0"