Sigmatools release 0.13

This commit is contained in:
Thomas Patzke
2019-10-21 11:58:26 +02:00
parent 454ba2b576
commit 8a545b973b
+2 -1
View File
@@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='sigmatools',
version='0.12.1',
version='0.13',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
long_description_content_type="text/markdown",
@@ -57,6 +57,7 @@ setup(
'config/logpoint-windows.yml',
'config/helk.yml',
'config/qradar.yml',
'config/winlogbeat-modules-enabled.yml',
'config/winlogbeat.yml',
'config/winlogbeat-old.yml',
]),