diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index a3b8f11f7bab52532e5c548f40435ea7fe318391..64e06ee95331574b6389fbc05611744996053a56 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__ = "0.9.2" +__version__ = "0.9.3" diff --git a/package.json b/package.json index 01e52fa3275d53e7cf7d5e22b9bab3f3b223a4f6..9decc84a7ec7d528767e3bbc863169bcdb4a5074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "0.9.2", + "version": "0.9.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",