From 0b7f6b07bb432d1949e10146bd2304910ce184f6 Mon Sep 17 00:00:00 2001 From: Rafalz13 Date: Thu, 31 Aug 2023 13:12:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bumped=20version=20after=20relea?= =?UTF-8?q?se?= 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 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"