From 291de60f6352c35d1ee4c2459a8c2fd79e3ee330 Mon Sep 17 00:00:00 2001 From: Cyrille Praz Date: Thu, 13 Jul 2023 16:34:42 +0900 Subject: [PATCH] v0.4 --- plothist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plothist/__init__.py b/plothist/__init__.py index 276e68c4..5194ac96 100644 --- a/plothist/__init__.py +++ b/plothist/__init__.py @@ -1,5 +1,5 @@ """Plot histograms in a scalable way and a beautiful style.""" -__version__ = "0.3" +__version__ = "0.4" from .plotters import ( create_comparison_figure,