From 3e00facb970ee726a0c906d984a3b88b61fa1b4e Mon Sep 17 00:00:00 2001 From: m-paz Date: Thu, 7 Apr 2022 14:55:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Bumped=20versions=20after=20rele?= =?UTF-8?q?ase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_viadot.py | 2 +- viadot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"