Skip to content

Commit

Permalink
#18 v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-yamada1998 committed Aug 24, 2021
1 parent a77c0d7 commit c5284e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_colormaps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Rin Yamada"
__version__ = "0.3.5"
__version__ = "0.3.6"

from . import return_colormap
from . import main
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-colormaps"
version = "0.3.5"
version = "0.3.6"
description = "custom colormaps "
authors = ["Rin Yamada <yamada@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def test_author():


def test_version():
assert ccmap.__version__ == "0.3.5"
assert ccmap.__version__ == "0.3.6"

0 comments on commit c5284e2

Please sign in to comment.