Bump version to 1.0.0

There have been some pretty significant changes recently
so figured it's time for a major version bump
This commit is contained in:
Tim Rae
2024-09-09 12:28:32 +02:00
parent da1bc2eff9
commit 64ea6f3df0

View File

@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "spotify_to_tidal" name = "spotify_to_tidal"
version = "0.1.4" version = "1.0.0"
requires-python = ">= 3.10" requires-python = ">= 3.10"
dependencies = [ dependencies = [
"spotipy~=2.21.0", "spotipy~=2.23.0",
"tidalapi==0.7.6", "tidalapi==0.7.6",
"pyyaml~=6.0", "pyyaml~=6.0",
"tqdm~=4.64", "tqdm~=4.64",
@@ -22,4 +22,4 @@ where = "src"
include = "spotify_to_tidal*" include = "spotify_to_tidal*"
[project.scripts] [project.scripts]
spotify_to_tidal = "spotify_to_tidal.__main__:main" spotify_to_tidal = "spotify_to_tidal.__main__:main"