Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Mar 25, 2021
1 parent 78a63be commit f9c834f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit f9c834f

Please sign in to comment.