From 320957f10c1fb8e742295127e4c235ff1b6566d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= <raphael@vinot.info>
Date: Thu, 10 Nov 2022 15:25:17 +0100
Subject: [PATCH] fix: Properly 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 71067ca..b93f00e 100644
--- a/pymisp/__init__.py
+++ b/pymisp/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '2.4.165'
+__version__ = '2.4.165.1'
 import logging
 import sys
 import warnings
diff --git a/pyproject.toml b/pyproject.toml
index b8e40a9..30a950c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pymisp"
-version = "2.4.165"
+version = "2.4.165.1"
 description = "Python API for MISP."
 authors = ["Raphaƫl Vinot <raphael.vinot@circl.lu>"]
 license = "BSD-2-Clause"