Skip to content

Commit 9821b26

Browse files
committed
🔖 v0.1.0
1 parent 18b3118 commit 9821b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to the "swarmlib" pypi package will be documented in this file.
33
This project follows [semantic versioning](https://semver.org/).
44

5-
## Unreleased - v0.1.0
5+
## 2018-11-29 - v0.1.0
66
* **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`.
77
* **Fixed** an import bug that caused the application to crash instantly
88

swarmlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the BSD 3-Clause License. See LICENSE.txt in the project root for license information.
44
# ------------------------------------------------------------------------------------------------------
55

6-
__version__ = '0.0.1'
6+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)