We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa370e2 commit a5facc9Copy full SHA for a5facc9
ibllib/__init__.py
@@ -2,7 +2,7 @@
2
import logging
3
import warnings
4
5
-__version__ = '2.24.0'
+__version__ = '2.25.0'
6
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
7
8
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
0 commit comments