From e1581802cac6a1d72af3270f405d849e193f4204 Mon Sep 17 00:00:00 2001 From: Taiga MITSUYUKI Date: Sat, 10 Apr 2021 16:49:39 +0900 Subject: [PATCH] update version number 0.0.6 --- pyproject.toml | 2 +- shipmmg/__init__.py | 2 +- tests/test_shipmmg.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1db71e1..f47a8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/shipmmg/__init__.py b/shipmmg/__init__.py index b1a19e3..034f46c 100644 --- a/shipmmg/__init__.py +++ b/shipmmg/__init__.py @@ -1 +1 @@ -__version__ = "0.0.5" +__version__ = "0.0.6" diff --git a/tests/test_shipmmg.py b/tests/test_shipmmg.py index 49de3d2..f3bae14 100644 --- a/tests/test_shipmmg.py +++ b/tests/test_shipmmg.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.0.5" + assert __version__ == "0.0.6"