diff --git a/Cargo.toml b/Cargo.toml index 737bf65..5be7df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rurel" -version = "0.3.1" +version = "0.4.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 b88b5f8..ea865c3 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.3.1" +rurel = "0.4.0" ```