Skip to content

Commit

Permalink
#18 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-yamada1998 committed Jan 10, 2021
1 parent afa1cee commit 1380efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "custom-colormaps"
version = "0.2.9"
description = "Demo package for learning Python development"
version = "0.3.0"
description = "custom colormaps "
authors = ["Rin Yamada <yamada@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
readme = "README.md"
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.2.9"
assert ccmap.__version__ == "0.3.0"

0 comments on commit 1380efe

Please sign in to comment.