Skip to content

Commit

Permalink
Merge pull request #61 from altescy/v0.12.0
Browse files Browse the repository at this point in the history
Bump version number to v0.12.0
  • Loading branch information
altescy authored Jun 23, 2023
2 parents 7720e82 + e6e9c07 commit 62c1efb
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.2"
version = "0.12.0"
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.2"
assert minato.__version__ == "0.12.0"


def test_open() -> None:
Expand Down

0 comments on commit 62c1efb

Please # to comment.