From 49aede39470e88a09f25cda23dfc77046a7bf47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 8 Sep 2020 12:43:25 +0200 Subject: [PATCH] chg: Bump version --- pymisp/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 21d138d..b6f4a19 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.130' +__version__ = '2.4.131' import logging FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s" diff --git a/pyproject.toml b/pyproject.toml index 72f0b40..0f8f6b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.130" +version = "2.4.131" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"