chg: [version] bump version to 1.4.5

pull/40/head
Christophe Vandeplas 2020-05-15 21:55:48 +02:00
parent 5d37d8ea5d
commit 462961540e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ setup(
name='MISP_maltego',
author='Christophe Vandeplas',
# also update version in util.py
version='1.4.4',
version='1.4.5',
author_email='christophe@vandeplas.com',
maintainer='Christophe Vandeplas',
url='https://github.com/MISP/MISP-maltego',

View File

@ -12,7 +12,7 @@ import requests
import tempfile
import time
__version__ = '1.4.4' # also update version in setup.py
__version__ = '1.4.5' # also update version in setup.py
tag_note_prefixes = ['tlp:', 'PAP:', 'de-vs:', 'euci:', 'fr-classif:', 'nato:']