diff --git a/.drone.yml b/.drone.yml index 0eba99d..c1d66b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: - vrobbler.service username: root ssh_key: - from_secret: unbl_ink_key + from_secret: jail_key command_timeout: 2m script: - pip uninstall -y vrobbler diff --git a/pyproject.toml b/pyproject.toml index 82ed993..7c26b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "0.16.0" +version = "0.16.1" description = "" authors = ["Colin Powell "]