This commit is contained in:
MaxOhn
2024-05-05 21:03:20 +02:00
parent b94dbf06d7
commit fc60284511
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -199,7 +199,7 @@ dependencies = [
[[package]]
name = "rosu-pp-py"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"pyo3",
"rosu-pp",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rosu-pp-py"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Max Ohn <ohn.m@hotmail.de>"]
license = "MIT"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "rosu-pp-py"
version = "1.0.0"
version = "1.0.1"
requires-python = ">=3.7"
description = "Difficulty and performance calculation for osu!"
classifiers = [