Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Mar 26, 2021
1 parent 9d605f2 commit aefefed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## 0.3.1

### Fixed

Expand Down
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.

4 changes: 2 additions & 2 deletions syntaxdot-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-cli"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand All @@ -26,7 +26,7 @@ ndarray = "0.14"
ordered-float = { version = "2", features = ["serde"] }
serde_yaml = "0.8"
stdinout = "0.4"
syntaxdot = { path = "../syntaxdot", version = "0.3.0", default-features = false }
syntaxdot = { path = "../syntaxdot", version = "0.3.1", default-features = false }
syntaxdot-encoders = { path = "../syntaxdot-encoders", version = "0.3.0" }
syntaxdot-summary = { path = "../syntaxdot-summary", version = "0.3.0" }
syntaxdot-tch-ext = { path = "../syntaxdot-tch-ext", version = "0.3.0" }
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand Down

0 comments on commit aefefed

Please sign in to comment.