diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 5bc677dd..9470c631 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 10, 10) +VERSION = (0, 10, 11) CODENAME = "zip it" BUILD_DT = (2021, 4, 19)