From efb7de6ae412b73e3f90c47e5c491ed9df1549af Mon Sep 17 00:00:00 2001 From: alexdelorenzo Date: Tue, 1 Dec 2020 16:36:29 -0500 Subject: [PATCH] Upgrade play_sounds for cross-platform bell --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index afda845..9d3c59d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.1.2 boombox==0.56 -play_sounds==0.1.0 +play_sounds==0.1.1 playsound==1.2.2 PyObjc==6.2.2; sys_platform == 'darwin' diff --git a/setup.py b/setup.py index 72a12c4..53ef79f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ NAME = "onhold" -VERSION = "0.6.1" +VERSION = "0.6.2" LICENSE = "AGPL-3.0" DESC = "🔊 Play music while and after jobs complete"