File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ include MANIFEST.in
22include LICENSE
33include ChangeLog
44include requirements.txt
5- include requirements_examples.txt
65include tox.ini
76recursive-include examples tests *.txt *.py
87recursive-include tests *
Original file line number Diff line number Diff line change 66#
77
88VER_MAJOR = "0"
9- VER_MINOR = "9.20-dev "
9+ VER_MINOR = "9.20"
1010
1111BANNER = "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):
1818 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
1919
2020setup (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" ,
You can’t perform that action at this time.
0 commit comments