Skip to content

Commit 16ef4c1

Browse files
committed
updated version and readme to include conda-forge
1 parent 0fd54a4 commit 16ef4c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmocean
22
=======
33

4-
Note that colormap names were recently updated!
4+
Note that colormap names were recently updated! (Summer 2016)
55

66
`Documentation available <http://matplotlib.org/cmocean/>`_
77

8-
To install, type: `pip install cmocean`
8+
To install, type: `pip install cmocean` or if you use Anaconda, `conda install -c conda-forge cmocean`.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def run_tests(self):
2929

3030
setup(
3131
name = "cmocean",
32-
version = "0.3",
32+
version = "1.0",
3333
author = "Kristen Thyng",
3434
author_email = "[email protected]",
3535
url = 'https://github.com/matplotlib/cmocean',
36-
download_url = 'https://github.com/matplotlib/cmocean/tarball/0.3',
36+
download_url = 'https://github.com/matplotlib/cmocean/tarball/1.0',
3737
description = ("Colormaps for Oceanography"),
3838
long_description=open('README.rst').read(),
3939
classifiers=[

0 commit comments

Comments
 (0)