fix: [version] fixes bad changes in versioncheck

pull/40/head
Christophe Vandeplas 2019-10-25 11:24:18 +02:00
parent f832b7d577
commit 34181cfd88
2 changed files with 3 additions and 2 deletions

View File

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

View File

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