From 15f00a5ff044e79e9f184cdad0bb85ad394037b7 Mon Sep 17 00:00:00 2001 From: Michael Kelley Date: Sun, 20 Jan 2019 09:30:05 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad5fc1d..4e8158b 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='calviacat', - version='1.0.0', + version='1.0.1', description='Calibrate star photometry by comparison to a catalog.', author='Michael S. P. Kelley', author_email='msk@astro.umd.edu',