Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed May 19, 2020
1 parent 1b75fb9 commit eb26000
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

13 changes: 10 additions & 3 deletions sticker2-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "sticker2-utils"
version = "0.2.0"
authors = ["Daniël de Kok <[email protected]>"]
version = "0.3.0"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
documentation = "https://github.com/stickeritis/sticker"
homepage = "https://github.com/stickeritis/sticker"
repository = "https://github.com/stickeritis/sticker.git"
# Use after SPDX list is updated
# license = "BlueOak-1.0.0"
license-file = "../LICENSE.md"

[[bin]]
name = "sticker2"
Expand All @@ -17,7 +24,7 @@ itertools = "0.9"
ordered-float = { version = "1", features = ["serde"] }
serde_yaml = "0.8"
stdinout = "0.4"
sticker2 = { path = "../sticker2", default-features = false }
sticker2 = { path = "../sticker2", version = "0.3.0", default-features = false }
sticker-encoders = "0.5"
sticker-transformers = { version = "0.7", default-features = false }
tch = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion sticker2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sticker2"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand Down

0 comments on commit eb26000

Please sign in to comment.