diff --git a/Cargo.toml b/Cargo.toml index 97ff267..8e22b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyfish" -version = "0.11.0-alpha.1" +version = "0.11.0-alpha.2" edition = "2021" [package.metadata.maturin] @@ -12,5 +12,5 @@ name = "rustyfish" crate-type = ["cdylib"] [dependencies] -jellyfish = "0.4.0" +jellyfish = "0.4.1" pyo3 = "0.18.1"