Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Dec 4, 2024
1 parent 9cd33b5 commit 80c55f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multio_pythonapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_initialisation():


def test_multio_version():
assert multio.Multio(**default_dict).__version__() == "2.2.0"
assert multio.Multio(**default_dict).__version__() == "2.2.1"


def test_initialisation_no_config():
Expand Down

0 comments on commit 80c55f1

Please sign in to comment.