Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Jun 13, 2024
1 parent ea39fd5 commit 46ab308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.8
2.1.9
2 changes: 1 addition & 1 deletion pymultio/tests/test_multio_pythonapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_initialisation_no_config():
multiopython.Multio()

def test_multio_version():
assert(multiopython.Multio(**default_dict).__version__() == '2.1.8')
assert(multiopython.Multio(**default_dict).__version__() == '2.1.9')

def test_multio_wrong_config_path():
default_dict['config_path'] = "I_AM_NOT_HERE/multio/config/multio-server.yaml"
Expand Down

0 comments on commit 46ab308

Please sign in to comment.