mirror of https://github.com/MISP/PyMISP
chg: Bump version
parent
f09f31b5c3
commit
a2566f0282
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.4.174'
|
||||
__version__ = '2.4.175'
|
||||
import logging
|
||||
import sys
|
||||
import warnings
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pymisp"
|
||||
version = "2.4.174"
|
||||
version = "2.4.175"
|
||||
description = "Python API for MISP."
|
||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-2-Clause"
|
||||
|
|
Loading…
Reference in New Issue