From d40cb9eb45ac21823f4776cae5e866db3cd0377c Mon Sep 17 00:00:00 2001 From: Tristan Murphy <72839119+inflectrix@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:49:21 +0000 Subject: [PATCH] change version number for hotfix --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f3551e..be4d7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "neat" -version = "0.5.0" +version = "0.5.1" dependencies = [ "bincode", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index be73813..91247ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "neat" description = "Crate for working with NEAT in rust" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["Inflectrix"] repository = "https://github.com/inflectrix/neat"