From d3a46e10bed43572b6409cb22e6929df8da6cfb4 Mon Sep 17 00:00:00 2001 From: cddmp Date: Sun, 18 Dec 2022 09:59:44 +0100 Subject: [PATCH] Update version --- enum4linux-ng.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enum4linux-ng.py b/enum4linux-ng.py index 512e888..d3652bd 100755 --- a/enum4linux-ng.py +++ b/enum4linux-ng.py @@ -315,7 +315,7 @@ KNOWN_USERNAMES = "administrator,guest,krbtgt,domain admins,root,bin,none" TIMEOUT = 5 -GLOBAL_VERSION = '1.3.0-dev' +GLOBAL_VERSION = '1.3.0' GLOBAL_VERBOSE = False GLOBAL_COLORS = True GLOBAL_SAMBA_LEGACY = False diff --git a/setup.py b/setup.py index 0fe2f78..cb0ff1d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='enum4linux-ng', - version='1.3.0-dev', + version='1.3.0', author='mw', description='A next generation version of enum4linux', long_description=long_description,