From 2bba7572bfcc6071f1c7ef53bd26bc79cd26c56a Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Thu, 20 Jul 2023 13:04:57 +0200 Subject: [PATCH] v0.6.3 (#200) --- ctaplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctaplot/__init__.py b/ctaplot/__init__.py index 59ddb1f..088528d 100644 --- a/ctaplot/__init__.py +++ b/ctaplot/__init__.py @@ -3,4 +3,4 @@ from .gammaboard import gammaboard from .plots.style import set_style -__version__ = '0.6.2' +__version__ = '0.6.3'