Skip to content

Commit

Permalink
Bump package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciembor committed Dec 31, 2023
1 parent ec184db commit 46d7da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Developers can create interfaces for `spotify-cmd-daemon` using `/tmp/spotify-cm
* Displaying tracks from specific albums or playlists.
* MPRIS D-Bus interface support to reduce server queries.
* `spotify-cmd-ui`: A ncurses-based UI for track display and control, working with the same daemon.
* Search functionality.
* ~~Search functionality.~~ [Done in 0.1.4]
* Support for other resource types like artists.

## License
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="spotify-cmd",
version="0.1.3",
version="0.1.4",
packages=find_packages(),
install_requires=[
'argparse==1.4.0',
Expand Down

0 comments on commit 46d7da6

Please sign in to comment.