From 1c0a105a61215d8ea8cf537b7d322f7be5f970cf Mon Sep 17 00:00:00 2001 From: Joris Vos Date: Wed, 30 Dec 2020 13:41:45 +0100 Subject: [PATCH] New version: v0.1.4 Feature: added option to check which grids are available as a command line option instead of an api function. (API function remains as well.) Documentation: Updated documentation with new command line option and added documentation on how to add new grids to speedyfit. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efa2e92..e14da77 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] setup( name="speedyfit", - version="0.1.3", + version="0.1.4", author="Joris Vos", author_email="joris.vos@uv.cl", description="MC approach to fit photometric SEDs",