diff --git a/Cargo.lock b/Cargo.lock index e144559..9980c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "neat" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bincode", "genetic-rs", diff --git a/Cargo.toml b/Cargo.toml index efb7924..fa5f9bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "neat" description = "Crate for working with NEAT in rust" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Inflectrix"] repository = "https://github.com/inflectrix/neat"