From 43a23bf7331566dc9458a01508321fd3e4ae6775 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 3 Mar 2021 01:28:32 +0100 Subject: [PATCH] v0.9.1 --- copyparty/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index e125155e..e9572f2f 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 9, 0) +VERSION = (0, 9, 1) CODENAME = "the strongest music server" -BUILD_DT = (2021, 3, 2) +BUILD_DT = (2021, 3, 3) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)