Skip to content

Commit 462449c

Browse files
committed
About to release
1 parent 16748f5 commit 462449c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

impacket/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
VER_MAJOR = "0"
9-
VER_MINOR = "9.18-dev"
9+
VER_MINOR = "9.18"
1010

1111
BANNER = "Impacket v%s.%s - Copyright 2018 SecureAuth Corporation\n" % (VER_MAJOR,VER_MINOR)
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(fname):
1919
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2020

2121
setup(name = PACKAGE_NAME,
22-
version = "0.9.18-dev",
22+
version = "0.9.18",
2323
description = "Network protocols Constructors and Dissectors",
2424
url = "https://www.secureauth.com/labs/open-source-tools/impacket",
2525
author = "SecureAuth Corporation",

0 commit comments

Comments
 (0)