From 96495a9bf1dce49416aa28492f56a7477b5b441c Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Mar 2021 21:44:25 +0100 Subject: [PATCH] v0.9.6 --- copyparty/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index bf85b1e1..b36812fa 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 9, 5) +VERSION = (0, 9, 6) CODENAME = "the strongest music server" BUILD_DT = (2021, 3, 7)