We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0481f33 commit 7b0bfb7Copy full SHA for 7b0bfb7
impacket/version.py
@@ -6,7 +6,7 @@
6
#
7
8
VER_MAJOR = "0"
9
-VER_MINOR = "9.15-dev"
+VER_MINOR = "9.15"
10
11
BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
12
setup.py
@@ -9,7 +9,7 @@
PACKAGE_NAME = "impacket"
setup(name = PACKAGE_NAME,
- version = "0.9.15-dev",
+ version = "0.9.15",
13
description = "Network protocols Constructors and Dissectors",
14
url = "https://www.coresecurity.com/corelabs-research/open-source-tools/impacket",
15
author = "Core Security Technologies",
0 commit comments