Skip to content

Commit

Permalink
v0.0.28
Browse files Browse the repository at this point in the history
Add support for replay_available in BeatmapScore
Fix TeamScore.passed attribute
Properly convert Score.perfect to bool
  • Loading branch information
khazhyk committed Mar 11, 2018
1 parent 12c4c8c commit 1267d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osuapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "khazhyk"
__license__ = "MIT"
__copyright__ = "Copyright khazhyk"
__version__ = "0.0.27"
__version__ = "0.0.28"

from .osu import OsuApi
from .connectors import *
Expand Down

0 comments on commit 1267d95

Please sign in to comment.