Skip to content

Commit

Permalink
Bump version to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvys committed Jun 21, 2022
1 parent b881f64 commit 60768b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rustfst-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustfst-cli"
version = "0.11.4"
version = "0.11.5"
authors = ["Garvys <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions rustfst-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustfst-ffi"
version = "0.11.4"
version = "0.11.5"
authors = [
"Emrick Sinitambirivoutin <[email protected]>",
"Alexandre Caulier <[email protected]>"
Expand Down Expand Up @@ -33,5 +33,5 @@ anyhow = "1.0"
libc = "0.2"
ffi-convert = "0.5"
# Used locally when developping and used the one from crates.io when publishing
rustfst = { path = "../rustfst", version = "=0.11.4" }
rustfst = { path = "../rustfst", version = "=0.11.5" }
downcast-rs = "1.2.0"
2 changes: 1 addition & 1 deletion rustfst-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

PACKAGE_NAME = "rustfst-python"
RUST_EXTENSION_NAME = "rustfst.dylib.dylib"
VERSION = "0.11.4"
VERSION = "0.11.5"
REPO_ROOT_PATH = Path(__file__).resolve().parents[1]
CARGO_ROOT_PATH = REPO_ROOT_PATH / "rustfst-ffi"
CARGO_FILE_PATH = CARGO_ROOT_PATH / "Cargo.toml"
Expand Down
2 changes: 1 addition & 1 deletion rustfst/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'rustfst'
version = "0.11.4"
version = "0.11.5"
authors = ['Alexandre Caulier<[email protected]>']
description = 'Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).'
documentation = 'https://docs.rs/rustfst'
Expand Down

0 comments on commit 60768b2

Please sign in to comment.