Skip to content

Commit 64ea6f3

Browse files
committed
Bump version to 1.0.0
There have been some pretty significant changes recently so figured it's time for a major version bump
1 parent da1bc2e commit 64ea6f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "spotify_to_tidal"
7-
version = "0.1.4"
7+
version = "1.0.0"
88
requires-python = ">= 3.10"
99

1010
dependencies = [
11-
"spotipy~=2.21.0",
11+
"spotipy~=2.23.0",
1212
"tidalapi==0.7.6",
1313
"pyyaml~=6.0",
1414
"tqdm~=4.64",
@@ -22,4 +22,4 @@ where = "src"
2222
include = "spotify_to_tidal*"
2323

2424
[project.scripts]
25-
spotify_to_tidal = "spotify_to_tidal.__main__:main"
25+
spotify_to_tidal = "spotify_to_tidal.__main__:main"

0 commit comments

Comments
 (0)