From a5facc968aeaa069aeed324020f4518665e51eff Mon Sep 17 00:00:00 2001 From: olivier Date: Fri, 25 Aug 2023 15:22:17 +0100 Subject: [PATCH] release 2.25.0 --- ibllib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index c5a8c4227..3a1a43a09 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.24.0' +__version__ = '2.25.0' warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib') # if this becomes a full-blown library we should let the logging configuration to the discretion of the dev