diff --git a/Cargo.toml b/Cargo.toml index 6ac81ec..437266a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rina-pp-pyb" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = ["Max Ohn ", "Simon G."] license = "MIT" @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.21", features = ["extension-module", "macros"] } -rina-pp = { version = "0.9.26", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] } +rina-pp = { version = "0.9.27", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] } openssl = { version = "0.10.40", features = ["vendored"] } [profile.release] diff --git a/pyproject.toml b/pyproject.toml index 083a5e4..0cf92e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "rina-pp-pyb" -version = "1.0.2" +version = "1.0.3" requires-python = ">=3.7" description = "Difficulty and performance calculation for osu!" classifiers = [