fix: Properly bump version

pull/877/head
Raphaël Vinot 2022-11-10 15:25:17 +01:00
parent 3c34859d1b
commit 320957f10c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = '2.4.165'
__version__ = '2.4.165.1'
import logging
import sys
import warnings

View File

@ -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"