Skip to content

Commit

Permalink
Merge pull request #61 from neutrinoceros/rel_1.0.3
Browse files Browse the repository at this point in the history
REL: cmyt 1.0.3
  • Loading branch information
neutrinoceros authored Nov 30, 2021
2 parents 203dad4 + bc5ac9c commit 63dd8df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI](https://img.shields.io/pypi/v/cmyt.svg?logo=pypi&logoColor=white&label=PyPI)](https://pypi.org/project/cmyt)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/cmyt.svg?logo=condaforge&logoColor=white)](https://anaconda.org/conda-forge/cmyt)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/cmyt/1.0.1?logo=python&logoColor=white&label=Python)](https://pypi.org/project/cmyt/)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/cmyt/1.0.3?logo=python&logoColor=white&label=Python)](https://pypi.org/project/cmyt/)

[![CI](https://github.com/yt-project/cmyt/actions/workflows/ci.yml/badge.svg)](https://github.com/yt-project/cmyt/actions/workflows/ci.yml)
[![CI (bleeding edge)](https://github.com/yt-project/cmyt/actions/workflows/bleeding-edge.yaml/badge.svg)](https://github.com/yt-project/cmyt/actions/workflows/bleeding-edge.yaml)
Expand Down Expand Up @@ -101,7 +101,7 @@ If you're developing a library that depends on cmyt, we recommend to set an
explicit upper limit as well as a minimal one in your requirements as for
instance
```
cmyt >= 1.0.1, < 2.0.0
cmyt >= 1.0.3, < 2.0.0
```
with the minimal required version pointing to the e.g. the last colormap
addition your need, and the upper limit preventing your CI to upgrade to a major
Expand Down
2 changes: 1 addition & 1 deletion cmyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .cm import *

__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cmyt
version = 1.0.2
version = 1.0.3
description = A collection of Matplotlib colormaps from the yt project
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 63dd8df

Please sign in to comment.