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
Marcelo Chaves 2022-11-10 11:15:57 -03:00 committed by GitHub
parent acdef3de5e
commit 47d267dd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__version__ = '2.4.162.1'
__version__ = '2.4.165'
import logging
import sys
import warnings