Skip to content

Commit 1fd9094

Browse files
committed
🔖 v0.4.1
1 parent 76b54fb commit 1fd9094

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to the "swarmlib" pypi package will be documented in this file.
33
This project follows [semantic versioning](https://semver.org/).
44

5+
## 2020-01-19 - v0.4.1
6+
* **Changed** pypi tags to enhance the package's discoverability.
7+
58
## 2020-01-19 - v0.4.0
69
* **Added** a feature that a feature that enables the cuckoo search for one of the provided 2D functions. After each step the intermediate solution is plotted.
710

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@
5757
'matplotlib',
5858
'firefly',
5959
'fireflies',
60-
'algorithm'
60+
'algorithm',
61+
'cuckoo',
62+
'cuckoos',
63+
'search',
64+
'levy',
65+
'flights'
6166
],
6267
classifiers=[
6368
'Development Status :: 5 - Production/Stable',

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.4.0'
6+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)