From 086498f17e163aaf1a5138d9f1309940a345e653 Mon Sep 17 00:00:00 2001 From: Thomas Feldtkeller Date: Tue, 22 Feb 2022 15:24:12 +0100 Subject: [PATCH] version 2.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a682b9..f6cdb5c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='antivirus_service', - version='2.0.2', + version='2.0.3', description='This service detects virus in downloaded files by using clamd', author='hpi schul-cloud', packages=find_packages(exclude='tests'),