Skip to content

Commit 7b0bfb7

Browse files
committed
About to tag new version 0.9.15
1 parent 0481f33 commit 7b0bfb7

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.15-dev"
9+
VER_MINOR = "9.15"
1010

1111
BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PACKAGE_NAME = "impacket"
1010

1111
setup(name = PACKAGE_NAME,
12-
version = "0.9.15-dev",
12+
version = "0.9.15",
1313
description = "Network protocols Constructors and Dissectors",
1414
url = "https://www.coresecurity.com/corelabs-research/open-source-tools/impacket",
1515
author = "Core Security Technologies",

0 commit comments

Comments
 (0)