v0.9.8: fix typing pt 2

This commit is contained in:
tsunyoku
2023-09-23 23:35:49 +01:00
parent c881e301a4
commit cc222094b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp-py"
version = "0.9.7"
version = "0.9.8"
description = "osu! difficulty and pp calculation for all modes"
authors = ["Max Ohn <ohn.m@hotmail.de>", "tsunyoku <tsunyoku@gmail.com>"]
license = "MIT"
+1 -1
View File
@@ -262,7 +262,7 @@ class BeatmapAttributes:
def mode(self) -> int: ...
@property
def version(self) -> int:
def version(self) -> int: ...
@property
def n_circles(self) -> int: ...
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "akatsuki-pp-py"
version = "0.9.7"
version = "0.9.8"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [