From a29f8a327f1c8056dba93d0f156df97cad79fadc Mon Sep 17 00:00:00 2001 From: Hubert Baniecki Date: Wed, 28 Feb 2024 17:55:40 +0100 Subject: [PATCH] [python] dalex v1.7.0 --- python/dalex/dalex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dalex/dalex/__init__.py b/python/dalex/dalex/__init__.py index 00b7fce5..6530be72 100644 --- a/python/dalex/dalex/__init__.py +++ b/python/dalex/dalex/__init__.py @@ -9,7 +9,7 @@ from .aspect import Aspect -__version__ = '1.6.1' +__version__ = '1.7.0' __all__ = [ "Arena",