Skip to content

Commit

Permalink
change version in 2024.3beta
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem committed Jan 31, 2024
1 parent f093cf5 commit 3065e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3065e46

Please sign in to comment.