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"