diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index 5ce46445dc2060bf76aae4cf07df5d6882a13a7e..bd2fe2c4a809c6e39fc25af59f90405c32a242fe 100644 --- a/lib/mentat/__init__.py +++ b/lib/mentat/__init__.py @@ -20,4 +20,4 @@ open-source project. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -__version__ = "2.0.2" +__version__ = "2.0.3" diff --git a/package.json b/package.json index 52110bd12646c9fe9afec794accb5e5b3ac96338..18c8420abb16f92ef1e9f85d79f2e657604c822e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "2.0.2", + "version": "2.0.3", "description": "Distributed modular SIEM system designed to monitor networks of all sizes", "author": "CESNET-CERTS Development Team (https://csirt.cesnet.cz/en/contact)", "homepage": "https://mentat.cesnet.cz/en/index",