mirror of https://github.com/MISP/MISP-maltego
parent
3745ec7459
commit
de4c22325c
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ setup(
|
|||
name='MISP_maltego',
|
||||
author='Christophe Vandeplas',
|
||||
# also update version in util.py
|
||||
version='1.4.1',
|
||||
version='1.4.2',
|
||||
author_email='christophe@vandeplas.com',
|
||||
maintainer='Christophe Vandeplas',
|
||||
url='https://github.com/MISP/MISP-maltego',
|
||||
|
|
|
@ -13,7 +13,7 @@ import time
|
|||
|
||||
# FIXME from galaxy 'to MISP Event' is confusing
|
||||
|
||||
__version__ = '1.4.1' # also update version in setup.py
|
||||
__version__ = '1.4.2' # also update version in setup.py
|
||||
|
||||
mapping_misp_to_maltego = {
|
||||
'AS': [AS],
|
||||
|
|
Loading…
Reference in New Issue