Skip to content

Commit a492681

Browse files
committed
Bump version number
1 parent ccd48ba commit a492681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.7
1+
2.1.8

Diff for: pymultio/tests/test_multio_pythonapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_initialisation_no_config():
1616
multiopython.Multio()
1717

1818
def test_multio_version():
19-
assert(multiopython.Multio(**default_dict).__version__() == '2.1.7')
19+
assert(multiopython.Multio(**default_dict).__version__() == '2.1.8')
2020

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

0 commit comments

Comments
 (0)