Codebase list colorcet / f22a274
Version 1.0.0 James A. Bednar 6 years ago
5 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
4242 cm_n['name'] or cm_n.name
4343 """
4444
45 __version__ = '0.9.1'
45 __version__ = '1.0.0'
4646
4747 from collections import OrderedDict
4848
3232 cm_n['name'] or cm_n.name
3333 """
3434
35 __version__ = '0.9.1'
35 __version__ = '1.0.0'
3636
3737 from collections import OrderedDict
3838
00 package:
11 name: colorcet
2 version: 0.9.1
2 version: 1.0.0
33
44 requirements:
55 build:
2424 PLATFORM=osx-64
2525
2626 # Version number of colorcet being released
27 VERSION=0.9.1
27 VERSION=1.0.0
2828 ```
2929
3030 This assumes `conda`, `conda-build`, and `anaconda-client` are installed (if
00 from setuptools import setup
11
22 setup(name='colorcet',
3 version='0.9.1',
3 version='1.0.0',
44 description='Collection of perceptually uniform colormaps',
55 url='http://github.com/bokeh/colorcet',
66 maintainer='James A. Bednar',