ossapi 5.3.0__tar.gz → 5.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ossapi
3
- Version: 5.3.0
3
+ Version: 5.3.1
4
4
  Summary: The definitive python wrapper for the osu! api
5
5
  Author-email: Liam DeVoe <orionldevoe@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/tybug/ossapi
@@ -144,7 +144,7 @@ from ossapi.ossapiv2 import Domain, Grant, Ossapi, Scope
144
144
  from ossapi.ossapiv2_async import OssapiAsync
145
145
  from ossapi.replay import Replay
146
146
 
147
- __version__ = "5.3.0"
147
+ __version__ = "5.3.1"
148
148
 
149
149
  __all__ = [
150
150
  # OssapiV1
@@ -715,7 +715,7 @@ class SeasonStatistics(Model):
715
715
  division: SeasonDivision
716
716
  season: Season
717
717
  rank: int
718
- total_score: int
718
+ total_score: float
719
719
 
720
720
 
721
721
  # return-value wrapper for https://osu.ppy.sh/docs/index.html#get-users.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ossapi
3
- Version: 5.3.0
3
+ Version: 5.3.1
4
4
  Summary: The definitive python wrapper for the osu! api
5
5
  Author-email: Liam DeVoe <orionldevoe@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/tybug/ossapi
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes