From 9bc172ecf3f27662a9b96c11f63cf922edecc899 Mon Sep 17 00:00:00 2001 From: Kyle Boone Date: Tue, 14 Sep 2021 17:02:07 -0700 Subject: [PATCH] Bump version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f2f03eb..567dab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = astro-parsnip -version = 1.0.1 +version = 1.1.0 author = Kyle Boone author_email = kyboone@uw.edu description = Deep generative modeling of astronomical transient light curves @@ -18,7 +18,7 @@ python_requires = >=3.6 install_requires = astropy extinction - lcdata + lcdata>=1.1.0 lightgbm matplotlib numpy