This commit is contained in:
MaxOhn
2022-07-12 22:33:30 +02:00
parent a2765c0104
commit 30147706cc
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
# v0.7.0 (2022-07-07)
# v0.7.1 (2022-07-12)
- Updated to [rosu-pp v0.7.1](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v071-2022-07-12)
## v0.7.0 (2022-07-07)
- Removed the `GameMode` class again; use simple numbers instead (0/1/2/3)
- Updated to [rosu-pp v0.7.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v070-2022-07-06)
- Added `strains` method for `Calculator` which returns instances of `Strains`
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "rosu-pp-py"
version = "0.7.0"
version = "0.7.1"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [