Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeenyuhs authored May 31, 2024
1 parent 4e6ec5e commit ecbb8e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rina-pp-pyb"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Max Ohn <[email protected]>", "Simon G."]
license = "MIT"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit ecbb8e1

Please sign in to comment.