From 5bbaeb6e320917c7342fca3861dd73271e3bab9f Mon Sep 17 00:00:00 2001 From: Milan Boers Date: Thu, 30 Nov 2023 17:00:13 +0100 Subject: [PATCH] Version bump 0.5.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a337d7c..a75e48e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rurel" -version = "0.4.0" +version = "0.5.0" authors = ["Milan Boers "] description = "Flexible, reusable reinforcement learning (Q learning) implementation" documentation = "https://docs.rs/rurel" diff --git a/README.md b/README.md index ea865c3..a245dc1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Rurel is a flexible, reusable reinforcement learning (Q learning) implementation In Cargo.toml: ```toml -rurel = "0.4.0" +rurel = "0.5.0" ```