Sigma tools release 0.4

* Various bug fixes in quoting of specific characters
* New backend es-dsl
This commit is contained in:
Thomas Patzke 2018-05-01 00:50:07 +02:00
parent 7647587a8b
commit f60e7e125f

View File

@ -13,7 +13,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='sigmatools',
version='0.3.3',
version='0.4',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
url='https://github.com/Neo23x0/sigma',