Skip to content

Commit

Permalink
pushing to release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed May 6, 2020
1 parent cce2493 commit 3d03bff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__
.idea
dist
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# file GENERATED by distutils, do NOT edit
setup.py
cmcrameri/__init__.py
cmcrameri/cm.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'cmcrameri',
packages = ['cmcrameri'],
version = '0.1',
version = '0.2',
license='MIT',
description = 'Perceptually uniform colourmaps',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 3d03bff

Please sign in to comment.