We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d3a44 commit 798cd6bCopy full SHA for 798cd6b
docs/source/pages/general/simple_guide.rst
@@ -26,7 +26,7 @@ Installation
26
27
Install the `current PyPI release`_. ::
28
29
- $ pip install mealpy==3.0.2
+ $ pip install mealpy==3.0.3
30
31
.. _current PyPI release: https://pypi.python.org/pypi/mealpy
32
mealpy/__init__.py
@@ -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.2"
+__version__ = "3.0.3"
import sys
33
import inspect
0 commit comments