mirror of https://github.com/MISP/PyMISP
chg: Bump version, travis install
parent
9fed66eb2b
commit
80e13df3fa
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.4.135'
|
__version__ = '2.4.135.1'
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"
|
FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pymisp"
|
name = "pymisp"
|
||||||
version = "2.4.135"
|
version = "2.4.135.1"
|
||||||
description = "Python API for MISP."
|
description = "Python API for MISP."
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
|
@ -5,4 +5,4 @@ set -x
|
||||||
|
|
||||||
# We're in python3, installing with poetry.
|
# We're in python3, installing with poetry.
|
||||||
pip3 install poetry
|
pip3 install poetry
|
||||||
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url
|
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email
|
||||||
|
|
Loading…
Reference in New Issue