From 5cb7a01c07c16a6f484fa2c7f2c4b434a16f26a5 Mon Sep 17 00:00:00 2001 From: Alec Thomson Date: Wed, 10 Apr 2024 12:20:56 +0800 Subject: [PATCH] Update setup.py Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe75f78..9054da8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ DESCRIPTION = "RM-synthesis, RM-clean and QU-fitting on polarised radio spectra" URL = "https://github.com/CIRADA-Tools/RM-Tools" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "1.4.0" +VERSION = "1.4.1" DOWNLOAD_URL = ( "https://github.com/CIRADA-Tools/RM-Tools/archive/v" + VERSION + ".tar.gz" )