Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Sep 25, 2017
1 parent f65f054 commit f22a274
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/CET_to_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
cm_n['name'] or cm_n.name
"""
__version__ = '0.9.1'
__version__ = '1.0.0'
from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion colorcet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
cm_n['name'] or cm_n.name
"""

__version__ = '0.9.1'
__version__ = '1.0.0'

from collections import OrderedDict

Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: colorcet
version: 0.9.1
version: 1.0.0

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONDA_DIR=~/anaconda/
PLATFORM=osx-64

# Version number of colorcet being released
VERSION=0.9.1
VERSION=1.0.0
```

This assumes `conda`, `conda-build`, and `anaconda-client` are installed (if
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='colorcet',
version='0.9.1',
version='1.0.0',
description='Collection of perceptually uniform colormaps',
url='http://github.com/bokeh/colorcet',
maintainer='James A. Bednar',
Expand Down

0 comments on commit f22a274

Please sign in to comment.