Skip to content

Commit

Permalink
update version number 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga4112 committed Apr 10, 2021
1 parent 112049d commit e158180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "shipmmg"
version = "0.0.5"
version = "0.0.6"
description = "A Python package of ship maneuvering simulation"
readme = "README.md"
authors = ["Taiga MITSUYUKI <mitsuyuki-taiga-my@ynu.ac.jp>"]
Expand Down
2 changes: 1 addition & 1 deletion shipmmg/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion tests/test_shipmmg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.0.5"
assert __version__ == "0.0.6"

0 comments on commit e158180

Please sign in to comment.