From 0ce2209b5168e23fd983dbbf4ffe19b0a5c40678 Mon Sep 17 00:00:00 2001 From: Joris Vos Date: Fri, 11 Dec 2020 09:05:28 +0100 Subject: [PATCH] New release v0.1.3 Bugfixes: - reddening laws are included in the pypi build package. Other: - Updates to the automatic CI/CD with github actions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb0b809..efa2e92 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] setup( name="speedyfit", - version="0.1.2", + version="0.1.3", author="Joris Vos", author_email="joris.vos@uv.cl", description="MC approach to fit photometric SEDs",