Skip to content

Commit

Permalink
Update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
thieupu committed Nov 5, 2023
1 parent bc3db2b commit d22d2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mealpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# >>> g_best = model.solve(problem)
# >>> print(f"Best solution: {g_best.solution}, Best fitness: {g_best.target.fitness}")

__version__ = "3.0.0"
__version__ = "3.0.1"

import sys, inspect
from .bio_based import (BBO, BBOA, BMO, EOA, IWO, SBO, SMA, SOA, SOS, TPO, TSA, VCS, WHO)
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="mealpy",
version="3.0.0",
version="3.0.1",
author="Thieu",
author_email="[email protected]",
description="MEALPY: An Open-source Library for Latest Meta-heuristic Algorithms in Python",
Expand Down

0 comments on commit d22d2b6

Please sign in to comment.