Skip to content

Commit

Permalink
set version 0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jan 11, 2021
1 parent d984cb5 commit d5241a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="mljar-supervised",
version="0.7.17",
version="0.7.18",
description="Automates Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion supervised/__init__.py
@@ -1,3 +1,3 @@
__version__ = "0.7.17"
__version__ = "0.7.18"

from supervised.automl import AutoML

0 comments on commit d5241a2

Please sign in to comment.