From 7b0bfb763e80e6cc3f1bbc902ccc3fbcfad1b5d8 Mon Sep 17 00:00:00 2001 From: asolino Date: Tue, 28 Jun 2016 14:20:27 -0300 Subject: [PATCH] About to tag new version 0.9.15 --- 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 27b9ca6923..badd4a8a48 100644 --- a/impacket/version.py +++ b/impacket/version.py @@ -6,7 +6,7 @@ # VER_MAJOR = "0" -VER_MINOR = "9.15-dev" +VER_MINOR = "9.15" BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR) diff --git a/setup.py b/setup.py index e008ae192b..e100e31b18 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ PACKAGE_NAME = "impacket" setup(name = PACKAGE_NAME, - version = "0.9.15-dev", + version = "0.9.15", description = "Network protocols Constructors and Dissectors", url = "https://www.coresecurity.com/corelabs-research/open-source-tools/impacket", author = "Core Security Technologies",