Skip to content

Commit 3c7e561

Browse files
committed
Increment lale version to 0.8.1
* Fix for xgb classifier without a label encoder * URL links fix to open them in new tab * Use newer AIF360 version that does not require an upper bound on numpy version Signed-off-by: Avi Shinnar <[email protected]>
1 parent fb813cf commit 3c7e561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lale/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
__version__ = "0.8.0"
17+
__version__ = "0.8.1"
1818

1919
try:
2020
# This variable is injected in the __builtins__ by the build

0 commit comments

Comments
 (0)