We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1bc2e commit 64ea6f3Copy full SHA for 64ea6f3
pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "spotify_to_tidal"
7
-version = "0.1.4"
+version = "1.0.0"
8
requires-python = ">= 3.10"
9
10
dependencies = [
11
- "spotipy~=2.21.0",
+ "spotipy~=2.23.0",
12
"tidalapi==0.7.6",
13
"pyyaml~=6.0",
14
"tqdm~=4.64",
@@ -22,4 +22,4 @@ where = "src"
22
include = "spotify_to_tidal*"
23
24
[project.scripts]
25
-spotify_to_tidal = "spotify_to_tidal.__main__:main"
+spotify_to_tidal = "spotify_to_tidal.__main__:main"
0 commit comments