Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 27, 2024
1 parent 54622d9 commit 566c370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intelelm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Github: https://github.com/thieu1995 %
# --------------------------------------------------%

__version__ = "1.1.0"
__version__ = "1.1.1"

from intelelm.utils.scaler import DataTransformer
from intelelm.utils.data_loader import Data, get_dataset
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():

setup(
name="intelelm",
version="1.1.0",
version="1.1.1",
author="Thieu",
author_email="[email protected]",
description="IntelELM: A Python Framework for Intelligent Metaheuristic-based Extreme Learning Machine",
Expand Down

0 comments on commit 566c370

Please sign in to comment.