Skip to content

Commit a283467

Browse files
committed
Bump version to 0.11.0
1 parent 4616436 commit a283467

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Garvys <alexandre.caulier@orange.fr>"]
55
edition = "2018"
66

rustfst-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 = "rustfst-ffi"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Emrick Sinitambirivoutin <emrick.sinitambirivoutin@sonos.com>"]
55
edition = "2018"
66

rustfst-python/setup.py

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

1616
PACKAGE_NAME = "rustfst-python"
1717
RUST_EXTENSION_NAME = "rustfst.dylib.dylib"
18-
VERSION = "0.10.0"
18+
VERSION = "0.11.0"
1919
REPO_ROOT_PATH = Path(__file__).resolve().parents[1]
2020
CARGO_ROOT_PATH = REPO_ROOT_PATH / "rustfst-ffi"
2121
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 = "0.10.0"
3+
version = "0.11.0"
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)