Skip to content

Commit 1343725

Browse files
committed
publish: v1.0.3 - Fix mania calculate
1 parent 45c7115 commit 1343725

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peace-performance-python"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
authors = ["Pure-Peace <940857703@qq.com>"]
55
edition = "2018"
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010

1111
[project]
1212
name = "peace-performance-python"
13-
version = "1.0.2"
13+
version = "1.0.3"
1414
description = "Rust binding for python. To calculate star ratings and performance points for all osu! gamemodes, and quickly parse Beatmap into python objects."
1515
keywords = "rust peace osu pp beatmap parse rosu-pp peace-performance"
1616
author = "PurePeace"
@@ -44,4 +44,4 @@ packages = [
4444
]
4545

4646
[tool.pytest.ini_options]
47-
markers = ["benchmark"]
47+
markers = ["benchmark", "std_pp", "taiko_pp", "fruits_pp", "mania_pp"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="peace-performance-python",
22-
version="1.0.2",
22+
version="1.0.3",
2323
description="Rust binding for python. To calculate star ratings and performance points for all osu! gamemodes, and quickly parse Beatmap into python objects.",
2424
long_description=open("README.md", encoding="utf-8").read(),
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)