diff --git a/animeapi/__init__.py b/animeapi/__init__.py index c17d745..75d4e43 100644 --- a/animeapi/__init__.py +++ b/animeapi/__init__.py @@ -4,7 +4,7 @@ from animeapi.models import (AnimeRelation, ApiStatus, CountStruct, Heartbeat, Platform, TraktMediaType, UpdatedStruct, Version) -__version__ = "3.0.1" +__version__ = "3.1.0" __all__ = [ "AnimeAPI",