Skip to content

Commit 8196cfd

Browse files
committed
bumped up version now that case issue with pypi is fixed
1 parent 8b7147c commit 8196cfd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist
12
*.pyc
23
.DS_STORE
34
*.egg-info

Diff for: setup.py

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

3030
setup(
3131
name = "cmocean",
32-
version = "1.0",
32+
version = "1.1",
3333
author = "Kristen Thyng",
3434
author_email = "[email protected]",
3535
url = 'https://github.com/matplotlib/cmocean',
36-
download_url = 'https://github.com/matplotlib/cmocean/tarball/1.0',
36+
download_url = 'https://github.com/matplotlib/cmocean/tarball/1.1',
3737
description = ("Colormaps for Oceanography"),
3838
long_description=open('README.rst').read(),
3939
classifiers=[

0 commit comments

Comments
 (0)