Skip to content

Commit 56afcb5

Browse files
Merge pull request #114 from neutrinoceros/rel_1.2.0
2 parents 2b9d551 + 44a3956 commit 56afcb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmyt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .cm import *
22

3-
__version__ = "1.1.3"
3+
__version__ = "1.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cmyt"
7-
version = "1.1.3"
7+
version = "1.2.0"
88
description = "A collection of Matplotlib colormaps from the yt project"
99
authors = [
1010
{ name = "The yt project", email = "yt-dev@python.org" },

0 commit comments

Comments
 (0)