Skip to content

Commit 46d7da6

Browse files
committed
Bump package version.
1 parent ec184db commit 46d7da6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Developers can create interfaces for `spotify-cmd-daemon` using `/tmp/spotify-cm
7171
* Displaying tracks from specific albums or playlists.
7272
* MPRIS D-Bus interface support to reduce server queries.
7373
* `spotify-cmd-ui`: A ncurses-based UI for track display and control, working with the same daemon.
74-
* Search functionality.
74+
* ~~Search functionality.~~ [Done in 0.1.4]
7575
* Support for other resource types like artists.
7676

7777
## License

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="spotify-cmd",
9-
version="0.1.3",
9+
version="0.1.4",
1010
packages=find_packages(),
1111
install_requires=[
1212
'argparse==1.4.0',

0 commit comments

Comments
 (0)