Skip to content

Commit

Permalink
Merge pull request #54 from altescy/v0.11.1
Browse files Browse the repository at this point in the history
Bump version number to v0.11.1
  • Loading branch information
altescy authored May 9, 2023
2 parents 84c9504 + 6e5f0af commit caaa211
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.11.0"
version = "0.11.1"
description = "A Unified File I/O Library for Python"
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.11.0"
assert minato.__version__ == "0.11.1"


def test_open() -> None:
Expand Down

0 comments on commit caaa211

Please # to comment.