Skip to content

Commit aefefed

Browse files
committed
Bump version to 0.3.1
1 parent 9d605f2 commit aefefed

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## 0.3.1
44

55
### Fixed
66

Cargo.lock

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

syntaxdot-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>"]
66
description = "Neural sequence labeler"
@@ -26,7 +26,7 @@ ndarray = "0.14"
2626
ordered-float = { version = "2", features = ["serde"] }
2727
serde_yaml = "0.8"
2828
stdinout = "0.4"
29-
syntaxdot = { path = "../syntaxdot", version = "0.3.0", default-features = false }
29+
syntaxdot = { path = "../syntaxdot", version = "0.3.1", default-features = false }
3030
syntaxdot-encoders = { path = "../syntaxdot-encoders", version = "0.3.0" }
3131
syntaxdot-summary = { path = "../syntaxdot-summary", version = "0.3.0" }
3232
syntaxdot-tch-ext = { path = "../syntaxdot-tch-ext", version = "0.3.0" }

syntaxdot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>"]
66
description = "Neural sequence labeler"

0 commit comments

Comments
 (0)