Skip to content

Commit 47964fe

Browse files
committed
release: bump to version 1.0.6
1 parent 9d1ab3c commit 47964fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ewsnmap/ewsnmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from libnmap.parser import NmapParser
66
from os import path, makedirs
77

8-
VERSION = '1.0.5'
8+
VERSION = '1.0.6'
99
OUTPUT_DIR = 'ewsnmap-output'
1010

1111
def banner():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ews-nmap"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "Extract web servers from an Nmap XML file"
55
authors = ["SecSI <dev@secsi.io>"]
66
license = "LICENSE"

0 commit comments

Comments
 (0)