diff --git a/pymisp/__init__.py b/pymisp/__init__.py index c6b19bf..befafd0 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.169' +__version__ = '2.4.169.1' import logging import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index 0f4a96c..a117e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.169" +version = "2.4.169.1" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause"