Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
There have been some pretty significant changes recently
so figured it's time for a major version bump
  • Loading branch information
timrae committed Sep 9, 2024
1 parent da1bc2e commit 64ea6f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "spotify_to_tidal"
version = "0.1.4"
version = "1.0.0"
requires-python = ">= 3.10"

dependencies = [
"spotipy~=2.21.0",
"spotipy~=2.23.0",
"tidalapi==0.7.6",
"pyyaml~=6.0",
"tqdm~=4.64",
Expand All @@ -22,4 +22,4 @@ where = "src"
include = "spotify_to_tidal*"

[project.scripts]
spotify_to_tidal = "spotify_to_tidal.__main__:main"
spotify_to_tidal = "spotify_to_tidal.__main__:main"

0 comments on commit 64ea6f3

Please sign in to comment.