Skip to content

Commit 493340d

Browse files
chore: bump version to 4.0.10 [skip ci]
1 parent e44f4ef commit 493340d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.9
1+
4.0.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "spyhunt"
7-
version = "4.0.9"
7+
version = "4.0.10"
88
description = "A comprehensive network scanning and vulnerability assessment tool designed for security professionals"
99
readme = "README.md"
1010
requires-python = ">=3.7"

spyhunt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Version: 4.0.0
1313
"""
1414

15-
__version__ = "4.0.9"
15+
__version__ = "4.0.10"
1616
__author__ = "Pymmdrza"
1717
__license__ = "MIT"
1818
__url__ = "https://github.com/Pymmdrza/spyhunt"

0 commit comments

Comments
 (0)