Skip to content

Commit 297f7a5

Browse files
committed
Bump version
1 parent f1e599e commit 297f7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enum4linux-ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
KNOWN_USERNAMES = "administrator,guest,krbtgt,domain admins,root,bin,none"
318318
TIMEOUT = 5
319319

320-
GLOBAL_VERSION = '1.3.1'
320+
GLOBAL_VERSION = '1.3.2'
321321
GLOBAL_VERBOSE = False
322322
GLOBAL_COLORS = True
323323
GLOBAL_SAMBA_LEGACY = False

setup.py

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

1313
setup(
1414
name='enum4linux-ng',
15-
version='1.3.1',
15+
version='1.3.2',
1616
author='mw',
1717
description='A next generation version of enum4linux',
1818
long_description=long_description,

0 commit comments

Comments
 (0)