From 05aaeabc94f5ef284770e3a0a80650a0655cfb57 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 22 Mar 2023 19:07:53 +0100 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 5d7a3c74a5..05f96db644 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.12' +VERSION = '1.0.13' USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format( version=VERSION, system=platform.system(), release=platform.release(),