From eacbcda8e590c9cdfe7e9c53884e7e7fc72f9932 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 19 Sep 2021 15:11:48 +0200 Subject: [PATCH] v1.0.5 --- copyparty/__version__.py | 2 +- copyparty/svchub.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 943c0ae2..e5fc032a 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 0, 4) +VERSION = (1, 0, 5) CODENAME = "sufficient" BUILD_DT = (2021, 9, 19) diff --git a/copyparty/svchub.py b/copyparty/svchub.py index 301c84e7..232f0c12 100644 --- a/copyparty/svchub.py +++ b/copyparty/svchub.py @@ -1,7 +1,6 @@ # coding: utf-8 from __future__ import print_function, unicode_literals -import re import os import sys import time