Skip to content

Commit 6271b5a

Browse files
committed
Bump version to 0.3.0-beta.1
1 parent a3a47f8 commit 6271b5a

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

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

syntaxdot-cli/Cargo.toml

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

syntaxdot-encoders/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-encoders"
3-
version = "0.3.0-beta.0"
3+
version = "0.3.0-beta.1"
44
authors = ["Daniël de Kok <[email protected]>"]
55
edition = "2018"
66
description = "Encoders for linguistic features"

syntaxdot-summary/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-summary"
3-
version = "0.3.0-beta.0"
3+
version = "0.3.0-beta.1"
44
authors = ["Daniël de Kok <[email protected]>"]
55
edition = "2018"
66
description = "TensorBoard summary writer"

syntaxdot-tch-ext/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-tch-ext"
3-
version = "0.3.0-beta.0"
3+
version = "0.3.0-beta.1"
44
authors = ["Daniël de Kok <[email protected]>"]
55
edition = "2018"
66
description = "tch path extension for partitioning parameters in groups"

syntaxdot-tokenizers/Cargo.toml

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

syntaxdot-transformers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syntaxdot-transformers"
3-
version = "0.3.0-beta.0"
3+
version = "0.3.0-beta.1"
44
authors = ["Daniël de Kok <[email protected]>"]
55
edition = "2018"
66
description = "Transformer architectures, such as BERT"

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-beta.0"
3+
version = "0.3.0-beta.1"
44
edition = "2018"
55
authors = ["Daniël de Kok <[email protected]>"]
66
description = "Neural sequence labeler"

0 commit comments

Comments
 (0)