Skip to content

Commit

Permalink
Bump version to 0.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Mar 11, 2021
1 parent a3a47f8 commit 6271b5a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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-beta.0"
version = "0.3.0-beta.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot-encoders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-encoders"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Daniël de Kok <[email protected]>"]
edition = "2018"
description = "Encoders for linguistic features"
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot-summary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-summary"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Daniël de Kok <[email protected]>"]
edition = "2018"
description = "TensorBoard summary writer"
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot-tch-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-tch-ext"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Daniël de Kok <[email protected]>"]
edition = "2018"
description = "tch path extension for partitioning parameters in groups"
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot-tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-tokenizers"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Daniël de Kok <[email protected]>"]
edition = "2018"
description = "Subword tokenizers"
Expand Down
2 changes: 1 addition & 1 deletion syntaxdot-transformers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syntaxdot-transformers"
version = "0.3.0-beta.0"
version = "0.3.0-beta.1"
authors = ["Daniël de Kok <[email protected]>"]
edition = "2018"
description = "Transformer architectures, such as BERT"
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-beta.0"
version = "0.3.0-beta.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Neural sequence labeler"
Expand Down

0 comments on commit 6271b5a

Please sign in to comment.