From 446606f1280efdb9aee7a28a9f3e853ec18112b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Lecomte?= Date: Wed, 16 Mar 2022 17:11:55 +0100 Subject: [PATCH] Version 0.49 --- friture/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/friture/__init__.py b/friture/__init__.py index e9f42320..7ce52af7 100644 --- a/friture/__init__.py +++ b/friture/__init__.py @@ -18,7 +18,7 @@ # along with Friture. If not, see . # version and date -__version__ = "0.48" -__releasedate__ = "2021-09-26" +__version__ = "0.49" +__releasedate__ = "2022-03-16" __all__ = ["plotting"]