Skip to content

Commit 3f1898e

Browse files
committed
bumped up another small version change since I had to do a PR after the last one
1 parent 7184e3d commit 3f1898e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎setup.py‎

Lines changed: 2 additions & 2 deletions
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.2",
36+
version = "0.2.1",
3737
author = "Kristen Thyng",
3838
author_email = "kthyng@gmail.com",
3939
url = 'https://github.com/matplotlib/cmocean',
40-
download_url = 'https://github.com/matplotlib/cmocean/tarball/0.2',
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)