Skip to content

Commit

Permalink
🔖 v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Nov 29, 2018
1 parent 18b3118 commit 9821b26
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 @@ -2,7 +2,7 @@
All notable changes to the "swarmlib" pypi package will be documented in this file.
This project follows [semantic versioning](https://semver.org/).

## Unreleased - v0.1.0
## 2018-11-29 - v0.1.0
* **Added** a feature that performs [2-opt](https://en.wikipedia.org/wiki/2-opt) search once on each partial solution after each iteration. It can be disabled via the argument `--two-opt false`.
* **Fixed** an import bug that caused the application to crash instantly

Expand Down
2 changes: 1 addition & 1 deletion swarmlib/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
# ------------------------------------------------------------------------------------------------------

__version__ = '0.0.1'
__version__ = '0.1.0'

0 comments on commit 9821b26

Please sign in to comment.