Skip to content

Commit

Permalink
updated version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Jan 11, 2019
1 parent 3946bbe commit fee2c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

__authors__ = ['Kristen Thyng <[email protected]>']

__version__ = "1.2"
__version__ = "2.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def run_tests(self):

setup(
name = "cmocean",
version = "1.2",
version = "2.0",
author = "Kristen Thyng",
author_email = "[email protected]",
url = 'https://github.com/matplotlib/cmocean',
download_url = 'https://github.com/matplotlib/cmocean/tarball/1.1',
download_url = 'https://github.com/matplotlib/cmocean/tarball/2.0',
description = ("Colormaps for Oceanography"),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fee2c2a

Please sign in to comment.