diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index e8a337567ec3e9a526c6947fdd46dc6378b163d7..56288e06f30720c4f088c73771fb418a3aa6b86d 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.16.0" +__version__ = "0.17.0" diff --git a/package.json b/package.json index 36eca5f159930e07dcc14ebe3fd388816598c40e..2acd6c94564cdd2af8b6faba31edad2ee84c3cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "0.16.0", + "version": "0.17.0", "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",