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 2, 2024
1 parent 2f94834 commit 1ed213a
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.9
2.1.11
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.9')
assert(multiopython.Multio(**default_dict).__version__() == '2.1.11')

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 1ed213a

Please sign in to comment.