From 6479cd4282b3c374126eec52d05e4887aa154424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 17 Feb 2024 09:03:06 +0100 Subject: [PATCH] REL: prepare release 1.8.0 --- cmasher/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmasher/__version__.py b/cmasher/__version__.py index 61a0676f..700c6450 100644 --- a/cmasher/__version__.py +++ b/cmasher/__version__.py @@ -8,4 +8,4 @@ # %% VERSIONS # Default/Latest/Current version -__version__ = "1.7.2" # keep in sync with pyproject.toml +__version__ = "1.8.0" # keep in sync with pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index bb99d652..a9557ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cmasher" -version = "1.7.2" # keep in sync with __version__ +version = "1.8.0" # keep in sync with __version__ authors = [{name = "Ellert van der Velden", email = "ellert_vandervelden@outlook.com"}] description = "Scientific colormaps for making accessible, informative and 'cmashing' plots" readme = "README.rst"