From 272318a513f8a3d65f37cecf152fb7fcccd00afc Mon Sep 17 00:00:00 2001 From: Lj Miranda Date: Wed, 27 Jun 2018 11:00:46 +0900 Subject: [PATCH] Create patch v.0.2.1 (#146) --- AUTHORS.rst | 4 +++- HISTORY.rst | 10 +++++++++- README.md | 3 ++- pyswarms/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 8 +++----- 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index a3d62666..168deb4a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -23,6 +23,7 @@ Contributors * Charalampos Papadimitriou (`@CPapadim`_) * Mamady Nabé (`@mamadyonline`_) * Erik (`@slek120`_) +* Thomas (`@ThomasCES`_) .. _`@ljvmiranda921`: https://github.com/ljvmiranda921 .. _`@Carl-K`: https://github.com/Carl-K @@ -30,4 +31,5 @@ Contributors .. _`@jazcap53`: https://github.com/jazcap53 .. _`@CPapadim`: https://github.com/CPapadim .. _`@mamadyonline`: https://github.com/mamadyonline -.. _`@slek120`: https://github.com/slek120 \ No newline at end of file +.. _`@slek120`: https://github.com/slek120 +.. _`@ThomasCES`: https://github.com/ThomasCES diff --git a/HISTORY.rst b/HISTORY.rst index 796731be..332144af 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -103,4 +103,12 @@ Thanks for all the wonderful Pull Requests, `@mamadyonline