Skip to content

Commit 8cfdae5

Browse files
committed
Bump version to 0.4.3
1 parent 9f7ca7c commit 8cfdae5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-parsers"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Adrien Ball <[email protected]>"]
55
edition = "2018"
66

ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-parsers-ffi"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Adrien Ball <[email protected]>"]
55
edition = "2018"
66

ffi/ffi-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-parsers-ffi-macros"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Adrien Ball <[email protected]>"]
55
edition = "2018"
66

python/ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snips-nlu-parsers-python-ffi"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Adrien Ball <[email protected]>"]
55
edition = "2018"
66

@@ -12,6 +12,6 @@ crate-type = ["cdylib"]
1212
failure = "0.1"
1313
libc = "0.2"
1414
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "291ce1d" }
15-
snips-nlu-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.2" }
15+
snips-nlu-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.3" }
1616
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" }
1717
snips-nlu-ontology-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" }

python/snips_nlu_parsers/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.4.3

0 commit comments

Comments
 (0)