chg: Bump version

pull/551/head
Raphaël Vinot 2020-02-26 14:39:58 +01:00
parent 21a0c74443
commit 92afc4a2a0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = '2.4.121.1'
__version__ = '2.4.122'
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.121.1"
version = "2.4.122"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"