Skip to content

Commit ae052a2

Browse files
committed
fix: update version to 1.9.3 and last modification date across files
1 parent 879e98d commit ae052a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nmap3/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#
2020

2121
__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
22-
__version__ = '1.6.0'
23-
__last_modification__ = 'Sep/15/2024'
22+
__version__ = '1.9.3'
23+
__last_modification__ = 'Jun/06/2025'
2424

2525
class NmapNotInstalledError(Exception):
2626
"""Exception raised when nmap is not installed"""

nmap3/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
from nmap3.exceptions import NmapNotInstalledError
2929

3030
__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
31-
__version__ = '1.6.0'
32-
__last_modification__ = 'Sep/15/2024'
31+
__version__ = '1.9.3'
32+
__last_modification__ = 'Jun/06/2025'
3333

3434
def get_nmap_path(path:str='') -> str:
3535
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python3-nmap",
8-
version="1.9.1",
8+
version="1.9.3",
99
author="nmmapper",
1010
author_email="info@nmmapper.com",
1111
description="Python3-nmap converts Nmap commands into python3 methods making it very easy to use nmap in any of your python pentesting projects",

0 commit comments

Comments
 (0)