From 93ecc7db160a7b89734036e9419d7418388df457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 1 Nov 2021 20:44:26 +0100 Subject: [PATCH] REL: bump version number to 1.0.0 --- cmyt/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmyt/__init__.py b/cmyt/__init__.py index dade64b..22a232b 100644 --- a/cmyt/__init__.py +++ b/cmyt/__init__.py @@ -1,3 +1,3 @@ from .cm import * -__version__ = "0.2.2" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index 8ebe63c..f191686 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cmyt -version = 0.2.2 +version = 1.0.0 description = A collection of Matplotlib colormaps from the yt project long_description = file: README.md long_description_content_type = text/markdown