chg: [version] bump version to 1.4.2

pull/40/head v1.4.2
Christophe Vandeplas 2020-01-11 21:56:55 +01:00
parent 3745ec7459
commit de4c22325c
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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],