Skip to content

Commit 2c6dd9f

Browse files
committed
set version 0.7.19
1 parent da2c65d commit 2c6dd9f

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.7.18",
13+
version="0.7.19",
1414
description="Automates Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning",
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.7.18"
1+
__version__ = "0.7.19"
22

33
from supervised.automl import AutoML

0 commit comments

Comments
 (0)