Skip to content

Commit

Permalink
chore/version: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHirn committed Jan 15, 2016
1 parent 4f2057b commit 892ce8f
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,7 +1,7 @@
[package]
name = "collenchyma-nn"
description = "collenchyma plugin providing Neural Network operations"
version = "0.1.0"
version = "0.2.0"
authors = ["Michael Hirn <mj@autumnai.com>",
"Maximilian Goisser <max@autumnai.com>"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're using Cargo, just add collenchyma-NN to your Cargo.toml:

[dependencies]
collenchyma = "0.0.7"
collenchyma-nn = "0.1.0"
collenchyma-nn = "0.2.0"

If you're using [Cargo Edit][cargo-edit], you can call:

Expand Down

0 comments on commit 892ce8f

Please sign in to comment.