diff --git a/tests/test_viadot.py b/tests/test_viadot.py index 5bcee77ba..3241757ff 100644 --- a/tests/test_viadot.py +++ b/tests/test_viadot.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.4.18" + assert __version__ == "0.4.19" diff --git a/viadot/__init__.py b/viadot/__init__.py index 2dd553604..8f584e622 100644 --- a/viadot/__init__.py +++ b/viadot/__init__.py @@ -1 +1 @@ -__version__ = "0.4.18" +__version__ = "0.4.19"