From f8c9c810913270b3105f27c81b96c0b7b55da3dd Mon Sep 17 00:00:00 2001 From: HugoFara Date: Mon, 12 Jul 2021 13:34:03 +0200 Subject: [PATCH] Version 0.5.0 properly specified. --- CHANGELOG.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf6da0..d8eb98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Git tags will no longer receive a "-alpha" mention. - You can specify a custom order relation with ``trials_and_errors_optimization``. - The ``verbose`` argument in optimizers can disable verbosity. - ``Static`` joints can now be defined implicitely. - - The ``utility`` module provides two useful decarators ``kinematic_minimization`` and ``kinematic_optimizatino``. They greatly simplify the workflow of defining fitness functions. + - The ``utility`` module provides two useful decorators ``kinematic_minimization`` and ``kinematic_optimizatino``. They greatly simplify the workflow of defining fitness functions. - Versionning is now done thanks to bump2version. ### Changed diff --git a/setup.cfg b/setup.cfg index 76e554e..96a1034 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ tag = False [metadata] name = pylinkage -version = 0.4.1 +version = 0.5.0 author = Hugo Farajallah description = Build and optimize planar linkages using PSO license = MIT License