Skip to content

Commit 798cd6b

Browse files
committed
Prepare to release new version 3.0.3
1 parent f7d3a44 commit 798cd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/pages/general/simple_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Installation
2626

2727
Install the `current PyPI release`_. ::
2828

29-
$ pip install mealpy==3.0.2
29+
$ pip install mealpy==3.0.3
3030

3131
.. _current PyPI release: https://pypi.python.org/pypi/mealpy
3232

mealpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# >>> g_best = model.solve(problem)
2828
# >>> print(f"Best solution: {g_best.solution}, Best fitness: {g_best.target.fitness}")
2929

30-
__version__ = "3.0.2"
30+
__version__ = "3.0.3"
3131

3232
import sys
3333
import inspect

0 commit comments

Comments
 (0)