diff --git a/Cargo.toml b/Cargo.toml index ccbdaf0..71163c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkpy" -version = "0.0.38" +version = "0.0.39" edition = "2021" description = "Python bindings for pkcore, a high-performance poker analysis library" license = "GPL-3.0-or-later" @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.28", features = ["extension-module"] } -pkcore = "0.0.38" +pkcore = "0.0.39" [profile.release] lto = true