diff --git a/pyproject.toml b/pyproject.toml index a51b80c..1ced975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spoti.py" -version = "0.1.1" +version = "0.1.2" description = "An async wrapper for the Spotify Web API." authors = ["Axel "] license = "MIT" diff --git a/spotipy/__init__.py b/spotipy/__init__.py index 5cbfd72..3f13a93 100644 --- a/spotipy/__init__.py +++ b/spotipy/__init__.py @@ -28,7 +28,7 @@ class VersionInfo(NamedTuple): __author__: Final[str] = "Axelancerr" __copyright__: Final[str] = "Copyright 2021-present Axelancerr" __license__: Final[str] = "MIT" -__version__: Final[str] = "0.1.1" +__version__: Final[str] = "0.1.2" __maintainer__: Final[str] = "Aaron Hennessey" __source__: Final[str] = "https://github.com/Axelware/spoti.py"