Skip to content

Commit

Permalink
set version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jul 6, 2023
1 parent a293aaf commit 497893e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="mljar-supervised",
version="1.0.1",
version="1.0.2",
description="Automated Machine Learning for Humans",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion supervised/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from supervised.automl import AutoML

0 comments on commit 497893e

Please sign in to comment.