Skip to content

Commit 264db74

Browse files
committed
version bump
1 parent 2b02351 commit 264db74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deepfrog"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Maarten van Gompel <[email protected]>"]
55
edition = "2018"
66

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use deepfrog::{DeepFrog,consolidate_layers};
1616

1717
fn main() -> Result<(), Box<dyn Error + 'static>> {
1818
let matches = App::new("DeepFrog")
19-
.version("0.2.0")
19+
.version("0.2.1")
2020
.author("Maarten van Gompel (proycon) <[email protected]>")
2121
.about("An NLP tool")
2222
.arg(Arg::with_name("config")

0 commit comments

Comments
 (0)