Skip to content

Commit 1860cf5

Browse files
Bump version to 1.1.1
1 parent ba5cef6 commit 1860cf5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

rustfst-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfst-cli"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Garvys <alexandre.caulier@orange.fr>"]
55
edition = "2018"
66

rustfst-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 = "rustfst-ffi"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = [
55
"Emrick Sinitambirivoutin <emrick.sinitambirivoutin@sonos.com>",
66
"Alexandre Caulier <alexandre.caulier@protonmail.com>"
@@ -33,5 +33,5 @@ anyhow = "1.0"
3333
libc = "0.2"
3434
ffi-convert = "0.5"
3535
# Used locally when developping and used the one from crates.io when publishing
36-
rustfst = { path = "../rustfst", version = "=1.1.0" }
36+
rustfst = { path = "../rustfst", version = "=1.1.1" }
3737
downcast-rs = "1.2.0"

rustfst-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
PACKAGE_NAME = "rustfst-python"
1919
RUST_EXTENSION_NAME = "rustfst.dylib.dylib"
20-
VERSION = "1.1.0"
20+
VERSION = "1.1.1"
2121
REPO_ROOT_PATH = Path(__file__).resolve().parents[1]
2222
CARGO_ROOT_PATH = REPO_ROOT_PATH / "rustfst-ffi"
2323
CARGO_FILE_PATH = CARGO_ROOT_PATH / "Cargo.toml"

rustfst/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = 'rustfst'
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ['Alexandre Caulier<alexandre.caulier@protonmail.com>']
55
description = 'Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).'
66
documentation = 'https://docs.rs/rustfst'

0 commit comments

Comments
 (0)