Skip to content

Commit a0d7da9

Browse files
committed
new release version number
1 parent de758a8 commit a0d7da9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmcrameri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

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

23-
__version__ = "1.2"
23+
__version__ = "1.4"
2424

2525
__scm_version__ = "7.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
setup(
1313
name = 'cmcrameri',
1414
packages = ['cmcrameri'],
15-
version = '1.2',
15+
version = '1.4',
1616
license='MIT',
1717
long_description=long_description,
1818
long_description_content_type='text/markdown',
1919
description = 'Perceptually uniform colormaps by Fabio Crameri',
2020
author = 'Callum Rollo',
2121
author_email = '[email protected]',
2222
url = 'https://github.com/callumrollo/cmcrameri',
23-
download_url = 'https://github.com/callumrollo/cmcrameri/v_01.tar.gz',
23+
download_url = 'https://github.com/callumrollo/cmcrameri/v_1.4.tar.gz',
2424
keywords = ['colormaps', 'oceanography', 'plotting', 'visualization'],
2525
install_requires=[
2626
'matplotlib',

0 commit comments

Comments
 (0)