From fba1ef88f44ef0a1ae0631210a35070638239244 Mon Sep 17 00:00:00 2001 From: altescy Date: Thu, 24 Feb 2022 18:44:23 +0900 Subject: [PATCH] bump version number to v0.8.2 --- pyproject.toml | 2 +- tests/test_minato.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: