diff --git a/tests/test_viadot.py b/tests/test_viadot.py index 5c3f36d5a..ecd7b4939 100644 --- a/tests/test_viadot.py +++ b/tests/test_viadot.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.3.3" + assert __version__ == "0.4.1" diff --git a/viadot/__init__.py b/viadot/__init__.py index e19434e2e..3d26edf77 100644 --- a/viadot/__init__.py +++ b/viadot/__init__.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.4.1"