Skip to content

Commit

Permalink
Prepare to release first version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Dec 5, 2023
1 parent 2284e73 commit e4bb692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graforvfl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Github: https://github.com/thieu1995 %
# --------------------------------------------------%

__version__ = "0.0.1"
__version__ = "1.0.0"

from graforvfl.shared.data_processor import DataTransformer, Data, get_dataset
from graforvfl.network.standard_rvfl import RvflRegressor, RvflClassifier
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="graforvfl",
version="0.0.1",
version="1.0.0",
author="Thieu",
author_email="nguyenthieu2102@gmail.com",
description="GrafoRVFL: A Python Library for Maximizing Performance of Random Vector Functional Link Network with Gradient-Free Optimization",
Expand Down

0 comments on commit e4bb692

Please sign in to comment.