Skip to content

Commit 4629615

Browse files
committed
chg: [version] bump version to 1.4.5
1 parent 5d37d8e commit 4629615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name='MISP_maltego',
1010
author='Christophe Vandeplas',
1111
# also update version in util.py
12-
version='1.4.4',
12+
version='1.4.5',
1313
author_email='[email protected]',
1414
maintainer='Christophe Vandeplas',
1515
url='https://github.com/MISP/MISP-maltego',

src/MISP_maltego/transforms/common/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import tempfile
1313
import time
1414

15-
__version__ = '1.4.4' # also update version in setup.py
15+
__version__ = '1.4.5' # also update version in setup.py
1616

1717
tag_note_prefixes = ['tlp:', 'PAP:', 'de-vs:', 'euci:', 'fr-classif:', 'nato:']
1818

0 commit comments

Comments
 (0)