Skip to content

Commit

Permalink
Tagging new release
Browse files Browse the repository at this point in the history
- It'll just last a few minutes till we come back to -dev :P
  • Loading branch information
asolino committed Sep 25, 2019
1 parent 02089dc commit 647d7be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include MANIFEST.in
include LICENSE
include ChangeLog
include requirements.txt
include requirements_examples.txt
include tox.ini
recursive-include examples tests *.txt *.py
recursive-include tests *
2 changes: 1 addition & 1 deletion impacket/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#

VER_MAJOR = "0"
VER_MINOR = "9.20-dev"
VER_MINOR = "9.20"

BANNER = "Impacket v%s.%s - Copyright 2019 SecureAuth Corporation\n" % (VER_MAJOR,VER_MINOR)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

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

0 comments on commit 647d7be

Please sign in to comment.