diff --git a/setup.py b/setup.py index bfec5cb7..8ae2d1b3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.10.1", + version="0.10.2", description="Automated Machine Learning for Humans", long_description=long_description, long_description_content_type="text/markdown", @@ -25,6 +25,7 @@ "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], keywords=[ "automated machine learning", diff --git a/supervised/__init__.py b/supervised/__init__.py index 0cec9723..21b9dabf 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.10.1" +__version__ = "0.10.2" from supervised.automl import AutoML