From 8039506543eee45778fb8f843ca4d18239231439 Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 29 Jun 2023 18:56:02 +0200 Subject: [PATCH] Update version --- medusa/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medusa/common.py b/medusa/common.py index ddcc65b5fa..5372d6e4a0 100644 --- a/medusa/common.py +++ b/medusa/common.py @@ -39,7 +39,7 @@ log.logger.addHandler(logging.NullHandler()) INSTANCE_ID = text_type(uuid.uuid1()) -VERSION = '1.0.16' +VERSION = '1.0.17' USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format( version=VERSION, system=platform.system(), release=platform.release(),