Skip to content

Commit

Permalink
🔖 release version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Sep 15, 2020
1 parent 38fdb65 commit 649c75b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="mljar-supervised",
version="0.7.1",
version="0.7.2",
description="Automates Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -24,6 +24,7 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
keywords=[
"automl",
Expand All @@ -33,5 +34,8 @@
"xgboost",
"lightgbm",
"catboost",
"mljar",
"data science",
"feature engineering"
],
)
2 changes: 1 addition & 1 deletion supervised/__init__.py
@@ -1,3 +1,3 @@
__version__ = "0.7.1"
__version__ = "0.7.2"

from supervised.automl import AutoML

0 comments on commit 649c75b

Please sign in to comment.