Skip to content

Commit ff9e367

Browse files
committed
version 1.1.1
1 parent 16bde2a commit ff9e367

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="dettectinator",
16-
version="1.1.0",
16+
version="1.1.1",
1717
author="Sirius Security",
1818
description="Dettectinator - The Python library to your DeTT&CT YAML files.",
1919
long_description=long_description,
@@ -26,7 +26,8 @@
2626
},
2727
keywords="mitre attack dettect soc threat hunting",
2828
packages=setuptools.find_packages(exclude=["examples", "tests"]),
29-
install_requires=["requests", "ruamel.yaml", "attackcti", "python-dateutil", "msal", "stix2", "openpyxl", "suricataparser", "addonfactory-splunk-conf-parser-lib", "pandas", "anyascii"],
29+
install_requires=["requests", "ruamel.yaml", "attackcti", "python-dateutil", "msal", "stix2",
30+
"openpyxl", "suricataparser", "addonfactory-splunk-conf-parser-lib", "pandas", "anyascii"],
3031
license='GPL3',
3132
classifiers=[
3233
'Development Status :: 5 - Production/Stable',
@@ -35,4 +36,4 @@
3536
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
3637
'Programming Language :: Python :: 3.9'
3738
],
38-
)
39+
)

0 commit comments

Comments
 (0)