chg: Bump version

pull/1025/head
Raphaël Vinot 2023-07-10 16:15:42 +02:00
parent 151705b94a
commit 6f41d1781c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = '2.4.172' __version__ = '2.4.173'
import logging import logging
import sys import sys
import warnings import warnings

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pymisp" name = "pymisp"
version = "2.4.172" version = "2.4.173"
description = "Python API for MISP." description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"] authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause" license = "BSD-2-Clause"