Skip to content

Commit

Permalink
Version 0.5.0 properly specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jul 12, 2021
1 parent 4ce1bcf commit f8c9c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8c9c81

Please sign in to comment.