Skip to content

Commit

Permalink
Version 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 20, 2024
1 parent 72c58f5 commit b0e9293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export LIGHTGBM_LIB_PATH=/opt/homebrew/Cellar/lightgbm/4.3.0/lib/

```toml
[dependencies]
lgbm = "0.0.2"
lgbm = "0.0.3"
```

**main.rs**
Expand Down
2 changes: 1 addition & 1 deletion lgbm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lgbm"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["frozenlib"]
license = "MIT"
Expand Down

0 comments on commit b0e9293

Please sign in to comment.