Skip to content

Commit 45dac59

Browse files
committed
remove dead references
1 parent 2da3009 commit 45dac59

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "spoti.py"
33
version = "0.1.0"
4-
description = "An async Spotify Web API wrapper."
4+
description = "An async wrapper for the Spotify Web API."
55
authors = ["Axel <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
@@ -56,7 +56,7 @@ isort = "^5.10.1"
5656

5757

5858
[tool.poetry.urls]
59-
"Issue Tracker" = "https://github.com/Axelancerr/spoti.py/issues"
59+
"Issue Tracker" = "https://github.com/Axelware/spoti.py/issues"
6060
"Discord" = "https://discord.com/invite/w9f6NkQbde"
6161

6262

spotipy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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] = "2021.09.19"
31+
__version__: Final[str] = "0.1.0"
3232
__maintainer__: Final[str] = "Aaron Hennessey"
33-
__source__: Final[str] = "https://github.com/Axelancerr/spotipy"
33+
__source__: Final[str] = "https://github.com/Axelware/spoti.py"
3434

3535
logging.getLogger("spotipy")

0 commit comments

Comments
 (0)