Skip to content

Commit dbc75d3

Browse files
committed
set version 0.11.5
1 parent 66a3f52 commit dbc75d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="mljar-supervised",
13-
version="0.11.4",
13+
version="0.11.5",
1414
description="Automated Machine Learning for Humans",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

supervised/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.11.4"
1+
__version__ = "0.11.5"
22

33
from supervised.automl import AutoML

0 commit comments

Comments
 (0)