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