Skip to content

Commit 72ed819

Browse files
committed
push new version
1 parent 2fe4027 commit 72ed819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spoti.py"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "An async wrapper for the Spotify Web API."
55
authors = ["Axel <[email protected]>"]
66
license = "MIT"

spotipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VersionInfo(NamedTuple):
2828
__author__: Final[str] = "Axelancerr"
2929
__copyright__: Final[str] = "Copyright 2021-present Axelancerr"
3030
__license__: Final[str] = "MIT"
31-
__version__: Final[str] = "0.1.1"
31+
__version__: Final[str] = "0.1.2"
3232
__maintainer__: Final[str] = "Aaron Hennessey"
3333
__source__: Final[str] = "https://github.com/Axelware/spoti.py"
3434

0 commit comments

Comments
 (0)