Skip to content

Commit 647d7be

Browse files
committed
Tagging new release
- It'll just last a few minutes till we come back to -dev :P
1 parent 02089dc commit 647d7be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ include MANIFEST.in
22
include LICENSE
33
include ChangeLog
44
include requirements.txt
5-
include requirements_examples.txt
65
include tox.ini
76
recursive-include examples tests *.txt *.py
87
recursive-include tests *

impacket/version.py

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

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

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

setup.py

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

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

0 commit comments

Comments
 (0)