From 723db4f9d9da5e69430836e30ee9de9dfac6a5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Wed, 11 Dec 2024 15:17:40 +0100 Subject: [PATCH] Prepared version. 3.8 support dropped matplotlib>3.9.0 added --- fau_colors/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fau_colors/__init__.py b/fau_colors/__init__.py index 02083c4..c24a8b9 100644 --- a/fau_colors/__init__.py +++ b/fau_colors/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.7.0" +__version__ = "1.8.0" from fau_colors._utils import export_as_gpl, export_as_tex from fau_colors.fonts import register_fausans_font diff --git a/pyproject.toml b/pyproject.toml index 4243a08..3aa4c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fau_colors" -version = "1.7.0" +version = "1.8.0" description = "The official colors of FAU as matplotlib/seaborn colormaps" authors = [ "Robert Richer ",