diff --git a/Cargo.toml b/Cargo.toml index e387289..fae411d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walky" -version = "0.1.0" +version = "1.0.0" edition = "2021" description = "A TSP solver written in Rust" homepage = "https://github.com/lquenti/walky"