Skip to content

Commit 15263a1

Browse files
committed
Merge pull request #42 from kthyng/master
Updated version
2 parents efd774d + 3f1898e commit 15263a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

3434
setup(
3535
name = "cmocean",
36-
version = "0.1",
36+
version = "0.2.1",
3737
author = "Kristen Thyng",
3838
author_email = "[email protected]",
3939
url = 'https://github.com/matplotlib/cmocean',
40-
download_url = 'https://github.com/matplotlib/cmocean/tarball/0.1',
40+
download_url = 'https://github.com/matplotlib/cmocean/tarball/0.2.1',
4141
description = ("Colormaps for Oceanography"),
4242
long_description=open('README.rst').read(),
4343
classifiers=[

0 commit comments

Comments
 (0)