From 18300f8aed622e6c675ff45c240e94fb2fe3d976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 26 Apr 2021 10:52:56 +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 be022ac..38f03a9 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.141.1' +__version__ = '2.4.142' import logging import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index bf1357f..78e31ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.141.1" +version = "2.4.142" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"