Skip to content

Commit

Permalink
Update version to rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 committed Sep 23, 2022
1 parent 55c86d2 commit 2057a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycaret/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from sklearn.metrics._scorer import _PredictScorer, get_scorer # type: ignore

version_ = "3.0.0.rc3"
version_ = "3.0.0.rc4"
nightly_version_ = "3.0.0"

__version__ = version_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def readme():

setup(
name="pycaret",
version="3.0.0.rc3",
version="3.0.0.rc4",
description="PyCaret - An open source, low-code machine learning library in Python.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2057a62

Please sign in to comment.