update pp version

This commit is contained in:
tsunyoku
2024-04-14 14:46:28 +01:00
parent 068f538643
commit 4b2f5f5ba7
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -5,11 +5,11 @@ version = 3
[[package]]
name = "akatsuki-pp"
version = "0.9.6"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=a8b4eaffb2274d2e86ff042b7327286e13b6488d#a8b4eaffb2274d2e86ff042b7327286e13b6488d"
source = "git+https://github.com/osuAkatsuki/akatsuki-pp-rs?rev=5c97207f25cf9fd07252dca1ba68d785e2147ce1#5c97207f25cf9fd07252dca1ba68d785e2147ce1"
[[package]]
name = "akatsuki-pp-py"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"akatsuki-pp",
"pyo3",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "1.0.0"
version = "1.0.1"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <ohn.m@hotmail.de>", "tsunyoku <tsunyoku@gmail.com>"]
license = "MIT"
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.17", features = ["extension-module", "macros"] }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "a8b4eaffb2274d2e86ff042b7327286e13b6488d" }
akatsuki-pp = { git = "https://github.com/osuAkatsuki/akatsuki-pp-rs", rev = "5c97207f25cf9fd07252dca1ba68d785e2147ce1" }
[profile.release]
lto = "fat"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "akatsuki-pp-py"
version = "1.0.0"
version = "1.0.1"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [