mirror of https://github.com/MISP/PyMISP
chg: Bump version
parent
43296cce45
commit
ae3c358dca
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.4.151'
|
||||
__version__ = '2.4.152'
|
||||
import logging
|
||||
import sys
|
||||
import warnings
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pymisp"
|
||||
version = "2.4.151"
|
||||
version = "2.4.152"
|
||||
description = "Python API for MISP."
|
||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-2-Clause"
|
||||
|
|
Loading…
Reference in New Issue