From 414032604dd2c4182fff40e454d5d3766a5fd379 Mon Sep 17 00:00:00 2001 From: Blendoit <51464356+Blendoit@users.noreply.github.com> Date: Thu, 6 Jun 2019 17:11:14 -0700 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6416b47..3e10abf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UCLA_MAE_154B UCLA Spring 2019, MAE 154B -Code enables the creation of NACA airfoils; +This program enables the creation of NACA airfoils; the evaluation of the airfoil's structural properties; the optimization via genetic algorithm of a population of airfoils, using standard GA algorithms. -- cgit v1.2.3 From f95d5eaa1bce33689d840d7e320248b8a2a20f11 Mon Sep 17 00:00:00 2001 From: Blendoit <51464356+Blendoit@users.noreply.github.com> Date: Thu, 6 Jun 2019 17:11:29 -0700 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e10abf..5db98bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UCLA_MAE_154B UCLA Spring 2019, MAE 154B -This program enables the creation of NACA airfoils; -the evaluation of the airfoil's structural properties; +This program enables the creation of NACA airfoils;\ +the evaluation of the airfoil's structural properties;\ the optimization via genetic algorithm of a population of airfoils, using standard GA algorithms. -- cgit v1.2.3 From 4f2f9b29b0863fa670cd889f20f3c5ba76a1b80b Mon Sep 17 00:00:00 2001 From: Blendoit <51464356+Blendoit@users.noreply.github.com> Date: Thu, 6 Jun 2019 17:12:22 -0700 Subject: Update __init__.py --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 6d9a3db..3330885 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . __author__ = "Marius Peter" -__version__ = "2.1" -__revision__ = "2.1.1" +__version__ = "2.3" +__revision__ = "2.3.1" -- cgit v1.2.3