Skip to content

Commit d3a46e1

Browse files
committed
Update version
1 parent 4ecda02 commit d3a46e1

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
@@ -315,7 +315,7 @@
315315
KNOWN_USERNAMES = "administrator,guest,krbtgt,domain admins,root,bin,none"
316316
TIMEOUT = 5
317317

318-
GLOBAL_VERSION = '1.3.0-dev'
318+
GLOBAL_VERSION = '1.3.0'
319319
GLOBAL_VERBOSE = False
320320
GLOBAL_COLORS = True
321321
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.0-dev',
15+
version='1.3.0',
1616
author='mw',
1717
description='A next generation version of enum4linux',
1818
long_description=long_description,

0 commit comments

Comments
 (0)