We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe4027 commit 72ed819Copy full SHA for 72ed819
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "spoti.py"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "An async wrapper for the Spotify Web API."
5
authors = ["Axel <[email protected]>"]
6
license = "MIT"
spotipy/__init__.py
@@ -28,7 +28,7 @@ class VersionInfo(NamedTuple):
28
__author__: Final[str] = "Axelancerr"
29
__copyright__: Final[str] = "Copyright 2021-present Axelancerr"
30
__license__: Final[str] = "MIT"
31
-__version__: Final[str] = "0.1.1"
+__version__: Final[str] = "0.1.2"
32
__maintainer__: Final[str] = "Aaron Hennessey"
33
__source__: Final[str] = "https://github.com/Axelware/spoti.py"
34
0 commit comments