Skip to content

Commit

Permalink
Bump version to 3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
  • Loading branch information
Yard1 committed May 18, 2023
1 parent caafcbc commit fdc3f7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Moez Ali"

# The full version, including alpha/beta/rc tags
release = "3.0.1"
release = "3.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pycaret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from pycaret.utils._show_versions import show_versions

version_ = "3.0.1"
version_ = "3.0.2"

__version__ = version_

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

setup(
name="pycaret",
version="3.0.1",
version="3.0.2",
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 fdc3f7d

Please sign in to comment.