Update version to 0.2.0
This commit is contained in:
parent
9e72192398
commit
5f90104607
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "munkres"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Michael Neumann <mneumann@ntecs.de>"]
|
||||
license = "BSD-3-Clause"
|
||||
repository = "https://github.com/mneumann/munkres-rs"
|
||||
description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem"
|
||||
keywords = ["algorithm", "optimization"]
|
||||
include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"]
|
||||
|
||||
[dependencies]
|
||||
fixedbitset = "0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user