Skip to content

Commit

Permalink
set version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Sep 6, 2021
1 parent 839367f commit 1e3c96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

setup(
name="mljar-supervised",
version="0.10.6",
version="0.11.0",
description="Automated Machine Learning for Humans",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mljar/mljar-supervised",
author="MLJAR, Inc.",
author="MLJAR, Sp. z o.o.",
author_email="[email protected]",
license="MIT",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
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__ = "0.10.6"
__version__ = "0.11.0"

from supervised.automl import AutoML

0 comments on commit 1e3c96e

Please sign in to comment.