Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Oct 8, 2020
1 parent 7d7357e commit 86a46b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.

6 changes: 3 additions & 3 deletions alpino-tokenize/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alpino-tokenize"
version = "0.2.2"
version = "0.3.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
edition = "2018"
description = "Wrapper around the Alpino tokenizer for Dutch"
Expand All @@ -9,9 +9,9 @@ repository = "https://github.com/danieldk/alpino-tokenizer.git"
license = "LGPL-2.1-or-later"

[dependencies]
alpino-tokenizer = { path = "../alpino-tokenizer", version = "0.2" }
alpino-tokenizer = { path = "../alpino-tokenizer", version = "0.3" }
clap = "2"
conllu = "0.5.1"
lazy_static = "1"
regex = "1"
stdinout = "0.4"
stdinout = "0.4"
2 changes: 1 addition & 1 deletion alpino-tokenizer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alpino-tokenizer"
version = "0.2.1"
version = "0.3.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
description = "Wrapper around the Alpino tokenizer for Dutch"
homepage = "https://github.com/danieldk/alpino-tokenizer"
Expand Down
3 changes: 3 additions & 0 deletions alpino-tokenizer/testdata/README
@@ -0,0 +1,3 @@
This is a toy tokenizer protobuf for testing. It is based on the Alpino
tokenizer, but has *many* rules removed. Therefore, it should not be used
outside testing.

0 comments on commit 86a46b0

Please sign in to comment.