diff --git a/fau_colors/__init__.py b/fau_colors/__init__.py index e3fa410..c1b49be 100644 --- a/fau_colors/__init__.py +++ b/fau_colors/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.1" +__version__ = "1.4.2" from fau_colors._utils import export_as_gpl from fau_colors.fonts import register_fausans_font diff --git a/pyproject.toml b/pyproject.toml index 0075656..9708d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fau_colors" -version = "1.4.1" +version = "1.4.2" description = "The official colors of FAU as matplotlib/seaborn colormaps" authors = [ "Robert Richer ",