Skip to content

Commit

Permalink
new release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Nov 12, 2021
1 parent de758a8 commit a0d7da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmcrameri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

__authors__ = ['Callum Rollo <[email protected]>']

__version__ = "1.2"
__version__ = "1.4"

__scm_version__ = "7.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
setup(
name = 'cmcrameri',
packages = ['cmcrameri'],
version = '1.2',
version = '1.4',
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
description = 'Perceptually uniform colormaps by Fabio Crameri',
author = 'Callum Rollo',
author_email = '[email protected]',
url = 'https://github.com/callumrollo/cmcrameri',
download_url = 'https://github.com/callumrollo/cmcrameri/v_01.tar.gz',
download_url = 'https://github.com/callumrollo/cmcrameri/v_1.4.tar.gz',
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
install_requires=[
'matplotlib',
Expand Down

0 comments on commit a0d7da9

Please sign in to comment.