diff --git a/rustfst/Cargo.toml b/rustfst/Cargo.toml index 5d148cf4a..302611bba 100644 --- a/rustfst/Cargo.toml +++ b/rustfst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'rustfst' -version = "0.7.3-alpha.0" +version = "0.7.3" authors = ['Alexandre Caulier'] description = 'Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs).' documentation = 'https://docs.rs/rustfst'