mirror of https://github.com/MISP/PyMISP
chg: Bump version
parent
6f0c942800
commit
c67da842d3
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.4.135.3'
|
||||
__version__ = '2.4.137'
|
||||
import logging
|
||||
|
||||
FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pymisp"
|
||||
version = "2.4.135.3"
|
||||
version = "2.4.137"
|
||||
description = "Python API for MISP."
|
||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-2-Clause"
|
||||
|
|
Loading…
Reference in New Issue