From 47d267dd169a90ef0910646fe28034cc0da44f11 Mon Sep 17 00:00:00 2001 From: Marcelo Chaves <56161402+mhpcchaves@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:15:57 -0300 Subject: [PATCH] Update __init__.py Regardless of running the latest PyMISP version, the message below is presented: ``` The version of PyMISP recommended by the MISP instance (2.4.165) is newer than the one you're using now (2.4.162.1). Please upgrade PyMISP. ``` --- pymisp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 1b3626d..71067ca 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.162.1' +__version__ = '2.4.165' import logging import sys import warnings