diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 00cba6c..446b2df 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.135.1' +__version__ = '2.4.135.2' import logging FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s" diff --git a/pyproject.toml b/pyproject.toml index 81254c2..17a847d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.135.1" +version = "2.4.135.2" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"