From 462449c1bc774d725b38f31d4fa32ec7dfaac22e Mon Sep 17 00:00:00 2001 From: asolino Date: Wed, 5 Dec 2018 15:09:01 -0300 Subject: [PATCH] About to release --- impacket/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impacket/version.py b/impacket/version.py index 0d21e03369..954b67bccb 100644 --- a/impacket/version.py +++ b/impacket/version.py @@ -6,7 +6,7 @@ # VER_MAJOR = "0" -VER_MINOR = "9.18-dev" +VER_MINOR = "9.18" BANNER = "Impacket v%s.%s - Copyright 2018 SecureAuth Corporation\n" % (VER_MAJOR,VER_MINOR) diff --git a/setup.py b/setup.py index cf2c37167f..a8ed1fad1c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() setup(name = PACKAGE_NAME, - version = "0.9.18-dev", + version = "0.9.18", description = "Network protocols Constructors and Dissectors", url = "https://www.secureauth.com/labs/open-source-tools/impacket", author = "SecureAuth Corporation",