diff --git a/pyproject.toml b/pyproject.toml index 7949904..c63a848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minato" -version = "0.8.1" +version = "0.8.2" description = "Cached file system for online resources" authors = ["Yasuhiro Yamaguchi "] license = "MIT License" diff --git a/tests/test_minato.py b/tests/test_minato.py index 3d95e30..45ad12b 100644 --- a/tests/test_minato.py +++ b/tests/test_minato.py @@ -8,7 +8,7 @@ def test_version() -> None: - assert minato.__version__ == "0.8.1" + assert minato.__version__ == "0.8.2" def test_open() -> None: