Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Garvys committed May 2, 2024
1 parent 8dd906b commit 977fc4b
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 = "1.0.0"
version = "1.0.1"
authors = ["Garvys <alexandre.caulier@orange.fr>"]
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 = "1.0.0"
version = "1.0.1"
authors = [
"Emrick Sinitambirivoutin <emrick.sinitambirivoutin@sonos.com>",
"Alexandre Caulier <alexandre.caulier@protonmail.com>"
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 = "=1.0.0" }
rustfst = { path = "../rustfst", version = "=1.0.1" }
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 = "1.0.0"
VERSION = "1.0.1"
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 = "1.0.0"
version = "1.0.1"
authors = ['Alexandre Caulier<alexandre.caulier@protonmail.com>']
description = 'Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).'
documentation = 'https://docs.rs/rustfst'
Expand Down

0 comments on commit 977fc4b

Please sign in to comment.