File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
cmocean
2
2
=======
3
3
4
- Note that colormap names were recently updated!
4
+ Note that colormap names were recently updated! (Summer 2016)
5
5
6
6
`Documentation available <http://matplotlib.org/cmocean/ >`_
7
7
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 `.
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ def run_tests(self):
29
29
30
30
setup (
31
31
name = "cmocean" ,
32
- version = "0.3 " ,
32
+ version = "1.0 " ,
33
33
author = "Kristen Thyng" ,
34
34
author_email = "kthyng@gmail.com" ,
35
35
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 ' ,
37
37
description = ("Colormaps for Oceanography" ),
38
38
long_description = open ('README.rst' ).read (),
39
39
classifiers = [
You can’t perform that action at this time.
0 commit comments