We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8709c commit 6235d58Copy full SHA for 6235d58
VERSION
@@ -1 +1 @@
1
-4.0.6
+4.0.7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "spyhunt"
7
-version = "4.0.6"
+version = "4.0.7"
8
description = "A comprehensive network scanning and vulnerability assessment tool designed for security professionals"
9
readme = "README.md"
10
requires-python = ">=3.7"
spyhunt/__init__.py
@@ -12,7 +12,7 @@
12
Version: 4.0.0
13
"""
14
15
-__version__ = "4.0.6"
+__version__ = "4.0.7"
16
__author__ = "Pymmdrza"
17
__license__ = "MIT"
18
__url__ = "https://github.com/Pymmdrza/spyhunt"
0 commit comments