From f9c834f6d01e71d860ff158c180bfc01783be68b Mon Sep 17 00:00:00 2001 From: "Michael S. P. Kelley" Date: Thu, 25 Mar 2021 16:05:50 -0400 Subject: [PATCH] v1.2.0 --- README.md | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a7316d..1fe08a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# calviacat v1.1.2 +# calviacat v1.2.0 Calibrate star photometry by comparison to a catalog. PanSTARRS 1, ATLAS-RefCat2, and SkyMapper catalogs currently implemented. Catalog queries are cached so that subsequent calibrations of the same or similar fields can be more quickly executed. ## Attribution and license diff --git a/setup.py b/setup.py index 5198fa4..ab8ad65 100755 --- a/setup.py +++ b/setup.py @@ -1,9 +1,8 @@ #!/usr/bin/env python3 -from glob import glob from setuptools import setup setup(name='calviacat', - version='1.1.2', + version='1.2.0', description='Calibrate star photometry by comparison to a catalog.', author='Michael S. P. Kelley', author_email='msk@astro.umd.edu',