From 3065e46b22e551628fa0d87040576fd3e581c265 Mon Sep 17 00:00:00 2001 From: patquem Date: Wed, 31 Jan 2024 12:51:01 +0100 Subject: [PATCH] change version in 2024.3beta --- fitspy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fitspy/__init__.py b/fitspy/__init__.py index 8a80155..abbcd14 100644 --- a/fitspy/__init__.py +++ b/fitspy/__init__.py @@ -7,7 +7,7 @@ from fitspy.models import (gaussian, lorentzian, gaussian_asym, lorentzian_asym, pseudovoigt) -VERSION = "2024.2" +VERSION = "2024.3beta" FITSPY_DIR = Path.home() / "Fitspy" SETTINGS_FNAME = FITSPY_DIR / "settings.json"