Skip to content

Commit

Permalink
Merge pull request #4 from cmccomb/master
Browse files Browse the repository at this point in the history
bumping version number
  • Loading branch information
cmccomb authored Feb 9, 2024
2 parents a36ea10 + 772d843 commit d74aae4
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 = "rhai-ml"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Chris McComb <[email protected]>"]
description = "Machine learning in the Rhai scripting language"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scripting language. For a complete API reference, check [the docs](https://docs.
To use the latest released version of `rhai-ml`, add this to your `Cargo.toml`:

```toml
rhai-ml = "0.1.1"
rhai-ml = "0.1.2"
```

To use the bleeding edge instead, add this:
Expand Down

0 comments on commit d74aae4

Please sign in to comment.