From 89858d45f9c3f07b803481db861b788df7839e9e Mon Sep 17 00:00:00 2001 From: Rafalz13 Date: Thu, 11 Apr 2024 11:30:17 +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 29cd4e622..c7d8310f5 100644 --- a/tests/test_viadot.py +++ b/tests/test_viadot.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.4.26" + assert __version__ == "0.4.27" diff --git a/viadot/__init__.py b/viadot/__init__.py index 9c8003d45..6449cea9c 100644 --- a/viadot/__init__.py +++ b/viadot/__init__.py @@ -1 +1 @@ -__version__ = "0.4.26" +__version__ = "0.4.27"