Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpuetz committed May 28, 2019
1 parent 1e43028 commit aa4ce54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lumberjack-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumberjack-utils"
version = "0.3.0"
version = "0.3.1"
authors = ["Sebastian Puetz <sebastian.puetz@student.uni-tuebingen.de>"]
edition = "2018"
description = "Read and modify constituency trees."
Expand All @@ -13,5 +13,5 @@ repository = "https://github.com/sebpuetz/lumberjack"
clap = "2"
conllx = "0.11"
failure = "0.1"
lumberjack = { path = "../lumberjack", version = "0.3.0" }
lumberjack = { path = "../lumberjack", version = "0.3" }
stdinout = "0.4"
2 changes: 1 addition & 1 deletion lumberjack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lumberjack"
version = "0.3.0"
version = "0.3.1"
authors = ["Sebastian Puetz <sebastian.puetz@student.uni-tuebingen.de>"]
edition = "2018"
description = "Read and modify constituency trees."
Expand Down

0 comments on commit aa4ce54

Please sign in to comment.