Skip to content

Commit

Permalink
bumped version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 16, 2016
1 parent bea880f commit 5028dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vikos"
version = "0.1.7"
version = "0.1.8"
authors = ["Holger Peters <[email protected]>", "Markus Klein <[email protected]>"]
description = "A machine learning library for supervised training of parametrized models"
license = "MIT"
Expand All @@ -10,9 +10,9 @@ readme = "README.md"
keywords = ["machine","learning","machine-learning"]

[dependencies]
num = "0.1.35"
rustc-serialize = "0.3.19"
clippy = {version= "0.0.90", optional = true }
num = "0.1.36"
rustc-serialize = "0.3.21"
clippy = {version= "0.0.98", optional = true }

[dev-dependencies]
csv = "0.14.7"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Getting Started
authors = ["..."]
[dependencies]
vikos = "0.1.6"
vikos = "0.1.8"
```
6. Insert `extern crate vikos;` at the first line in `src/main.rs`
7. You can now start replacing code in `main` with code from the [tutorial].
Expand Down

0 comments on commit 5028dc7

Please sign in to comment.