Skip to content

Commit 60c59d4

Browse files
committed
set version 1.1.17
1 parent a062731 commit 60c59d4

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="1.1.16",
13+
version="1.1.17",
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__ = "1.1.16"
1+
__version__ = "1.1.17"
22

33
from supervised.automl import AutoML

0 commit comments

Comments
 (0)