parent
6d5e22b145
commit
04e8678741
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pymispwarninglists"
|
name = "pymispwarninglists"
|
||||||
version = "1.2"
|
version = "1.3"
|
||||||
description = "Python API for the MISP warning lists."
|
description = "Python API for the MISP warning lists."
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import setup # type: ignore
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pymispwarninglists',
|
name='pymispwarninglists',
|
||||||
version='1.0-dev',
|
version='2.0-dev',
|
||||||
author='Raphaël Vinot',
|
author='Raphaël Vinot',
|
||||||
author_email='raphael.vinot@circl.lu',
|
author_email='raphael.vinot@circl.lu',
|
||||||
maintainer='Raphaël Vinot',
|
maintainer='Raphaël Vinot',
|
||||||
|
|
Loading…
Reference in New Issue