Skip to content

Commit 891bd4e

Browse files
chore: bump version to 4.0.2 [skip ci]
1 parent 5d5ef19 commit 891bd4e

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.1
1+
4.0.2

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.1"
7+
version = "4.0.2"
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.1"
15+
__version__ = "4.0.2"
1616
__author__ = "Pymmdrza"
1717
__license__ = "MIT"
1818
__url__ = "https://github.com/Pymmdrza/spyhunt"

0 commit comments

Comments
 (0)