Skip to content

Commit

Permalink
chg: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 23, 2023
1 parent f09f31b commit a2566f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymisp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.174'
__version__ = '2.4.175'
import logging
import sys
import warnings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit a2566f0

Please sign in to comment.