chg: Bump version

pull/646/head
Raphaël Vinot 2020-10-16 13:09:29 +02:00
parent 1005a0fa5c
commit e683ceabf7
3 changed files with 460 additions and 477 deletions

933
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
__version__ = '2.4.131'
__version__ = '2.4.133'
import logging
FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.131"
version = "2.4.133"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"