mirror of https://github.com/MISP/MISP-maltego
fix: [version] fixes bad changes in versioncheck
parent
f832b7d577
commit
34181cfd88
3
setup.py
3
setup.py
|
@ -5,7 +5,8 @@ from setuptools import setup, find_packages
|
|||
setup(
|
||||
name='MISP_maltego',
|
||||
author='Christophe Vandeplas',
|
||||
version='1.3.6',
|
||||
# also update version in util.py
|
||||
version='1.3.7',
|
||||
author_email='christophe@vandeplas.com',
|
||||
maintainer='Christophe Vandeplas',
|
||||
url='https://github.com/MISP/MISP-maltego',
|
||||
|
|
|
@ -12,7 +12,7 @@ import time
|
|||
|
||||
# FIXME from galaxy 'to MISP Event' is confusing
|
||||
|
||||
__version__ = '1.3.4'
|
||||
__version__ = '1.3.7' # also update version in setup.py
|
||||
|
||||
mapping_misp_to_maltego = {
|
||||
'AS': [AS],
|
||||
|
|
Loading…
Reference in New Issue