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