Skip to content

Commit

Permalink
REL: prepare release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Nov 19, 2024
1 parent dbe5570 commit 3dfa817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cmasher"
version = "1.9.0" # keep in sync with __version__
version = "1.9.1"
authors = [{name = "Ellert van der Velden", email = "[email protected]"}]
description = "Scientific colormaps for making accessible, informative and 'cmashing' plots"
readme = "README.rst"
Expand Down
5 changes: 4 additions & 1 deletion src/cmasher/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@

# %% VERSIONS
# Default/Latest/Current version
__version__ = "1.9.0" # keep in sync with pyproject.toml
from importlib.metadata import version

__version__ = version("cmasher")
del version

0 comments on commit 3dfa817

Please sign in to comment.