From cd60a8559c9d205ce611592de1ec94773eff928e Mon Sep 17 00:00:00 2001 From: Rafalz13 Date: Fri, 8 Dec 2023 14:24:09 +0100 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 7493c14f5..71c3d6187 100644 --- a/tests/test_viadot.py +++ b/tests/test_viadot.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.4.24" + assert __version__ == "0.4.25" diff --git a/viadot/__init__.py b/viadot/__init__.py index 9e6207df0..1cc3baa70 100644 --- a/viadot/__init__.py +++ b/viadot/__init__.py @@ -1 +1 @@ -__version__ = "0.4.24" +__version__ = "0.4.25"