Skip to content

Commit

Permalink
Merge pull request #32 from altescy/v0.8.2
Browse files Browse the repository at this point in the history
Bump version number to v0.8.2
  • Loading branch information
altescy authored Feb 24, 2022
2 parents 5be12c5 + fba1ef8 commit 5e3b2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "minato"
version = "0.8.1"
version = "0.8.2"
description = "Cached file system for online resources"
authors = ["Yasuhiro Yamaguchi <altescy@fastmail.com>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_minato.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def test_version() -> None:
assert minato.__version__ == "0.8.1"
assert minato.__version__ == "0.8.2"


def test_open() -> None:
Expand Down

0 comments on commit 5e3b2f7

Please # to comment.