Skip to content

Commit bc3db2b

Browse files
committed
Update docs
1 parent 516656a commit bc3db2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'Thieu'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '3.0.0'
29+
release = '3.0.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Welcome to MEALPY's documentation!
22
==================================
33

44

5-
.. image:: https://img.shields.io/badge/release-3.0.0-yellow.svg
5+
.. image:: https://img.shields.io/badge/release-3.0.1-yellow.svg
66
:target: https://github.com/thieu1995/mealpy/releases
77

88
.. image:: https://img.shields.io/pypi/wheel/gensim.svg

docs/source/pages/general/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Introduction
66
* MEALPY (MEta-heuristic ALgorithms in PYthon) is the largest Python module for the most cutting-edge nature-inspired meta-heuristic algorithms and is
77
distributed under the GNU General Public License (GPL) V3 license.
88

9-
* Current version: 3.0.0, Total algorithms: 215 (190 official (original, hybrid, variants), 25 developed)
9+
* Current version: 3.0.1, Total algorithms: 215 (190 official (original, hybrid, variants), 25 developed)
1010

1111
* Different versions of mealpy in term of passing hyper-parameters. So please careful check your version before using this library (Check `All releases`_)
1212
* mealpy < 1.0.5

docs/source/pages/general/simple_guide.rst

+1-1
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.0
29+
$ pip install mealpy==3.0.1
3030

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

0 commit comments

Comments
 (0)