mirror of https://github.com/MISP/MISP-maltego
chg: [version] bump version to 1.4.5
parent
5d37d8ea5d
commit
462961540e
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
|
@ -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:']
|
||||
|
||||
|
|
Loading…
Reference in New Issue