Skip to content

Commit 66dd559

Browse files
committed
Commit of shame
1 parent 70388d5 commit 66dd559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automl"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
55
description = "Automated machine learning for classification and regression"
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add AutoML to your `Cargo.toml` to get started:
1414

1515
**Stable Version**
1616
```toml
17-
automl = "0.3.1"
17+
automl = "0.2.9"
1818
```
1919
**Latest Development Version**
2020
```toml

0 commit comments

Comments
 (0)