From 02910b0020096d6a06e61fc40a13b21e13e2aa8c Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 20 Jul 2021 23:23:08 +0200 Subject: [PATCH] v0.11.45 --- copyparty/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2c455281..3e2773e2 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 11, 44) +VERSION = (0, 11, 45) CODENAME = "the grid" BUILD_DT = (2021, 7, 20)