Commit 647d7be 1 parent 02089dc commit 647d7be Copy full SHA for 647d7be
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ include MANIFEST.in
2
2
include LICENSE
3
3
include ChangeLog
4
4
include requirements.txt
5
- include requirements_examples.txt
6
5
include tox.ini
7
6
recursive-include examples tests *.txt *.py
8
7
recursive-include tests *
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
VER_MAJOR = "0"
9
- VER_MINOR = "9.20-dev "
9
+ VER_MINOR = "9.20"
10
10
11
11
BANNER = "Impacket v%s.%s - Copyright 2019 SecureAuth Corporation\n " % (VER_MAJOR ,VER_MINOR )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def read(fname):
18
18
return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
19
19
20
20
setup (name = PACKAGE_NAME ,
21
- version = "0.9.20-dev " ,
21
+ version = "0.9.20" ,
22
22
description = "Network protocols Constructors and Dissectors" ,
23
23
url = "https://www.secureauth.com/labs/open-source-tools/impacket" ,
24
24
author = "SecureAuth Corporation" ,
You can’t perform that action at this time.
0 commit comments