Skip to content

Commit a1809d1

Browse files
committed
Bump version number.
1 parent 888bf69 commit a1809d1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: Cargo.lock

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

Diff for: lumberjack-utils/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lumberjack-utils"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Sebastian Puetz <[email protected]>"]
55
edition = "2018"
66
description = "Read and modify constituency trees."
@@ -13,5 +13,5 @@ repository = "https://github.com/sebpuetz/lumberjack"
1313
clap = "2"
1414
conllx = "0.11"
1515
failure = "0.1"
16-
lumberjack = { path = "../lumberjack", version = "0.2.0" }
16+
lumberjack = { path = "../lumberjack", version = "0.3.0" }
1717
stdinout = "0.4"

Diff for: lumberjack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lumberjack"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Sebastian Puetz <[email protected]>"]
55
edition = "2018"
66
description = "Read and modify constituency trees."

0 commit comments

Comments
 (0)