mirror of https://github.com/MISP/PyMISP
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. ```pull/875/head
parent
acdef3de5e
commit
47d267dd16
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.4.162.1'
|
||||
__version__ = '2.4.165'
|
||||
import logging
|
||||
import sys
|
||||
import warnings
|
||||
|
|
Loading…
Reference in New Issue