Skip to content

Commit

Permalink
Version bump 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
milanboers committed Jan 23, 2024
1 parent ee3b604 commit c37e86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rurel"
version = "0.5.0"
version = "0.5.1"
authors = ["Milan Boers <mail@milanboers.nl>"]
description = "Flexible, reusable reinforcement learning (Q learning) implementation"
documentation = "https://docs.rs/rurel"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Rurel is a flexible, reusable reinforcement learning (Q learning) implementation

In Cargo.toml:
```toml
rurel = "0.5.0"
rurel = "0.5.1"
```


Expand Down

0 comments on commit c37e86e

Please sign in to comment.