From 34181cfd88ede10025fda5b52eb6173bb180f3f3 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Fri, 25 Oct 2019 11:24:18 +0200 Subject: [PATCH] fix: [version] fixes bad changes in versioncheck --- setup.py | 3 ++- src/MISP_maltego/transforms/common/util.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bd7860a..ac195cc 100755 --- a/setup.py +++ b/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', diff --git a/src/MISP_maltego/transforms/common/util.py b/src/MISP_maltego/transforms/common/util.py index 0385520..feaebd0 100644 --- a/src/MISP_maltego/transforms/common/util.py +++ b/src/MISP_maltego/transforms/common/util.py @@ -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],