From c018f1da9cc488b53efb06cddf79345d1a6ecdc0 Mon Sep 17 00:00:00 2001 From: Philipp Niedermayer Date: Tue, 6 Feb 2024 12:11:03 +0100 Subject: [PATCH] Version 0.7.0 --- xplt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplt/__init__.py b/xplt/__init__.py index 4df9586..99b64ca 100644 --- a/xplt/__init__.py +++ b/xplt/__init__.py @@ -5,7 +5,7 @@ __contact__ = "eltos@outlook.de" -__version__ = "0.6.0" +__version__ = "0.7.0" # allow usage of xplt.mpl.* without importing matplotlib import matplotlib as mpl