Skip to content

Commit

Permalink
About to release
Browse files Browse the repository at this point in the history
  • Loading branch information
asolino committed Dec 5, 2018
1 parent 16748f5 commit 462449c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impacket/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

VER_MAJOR = "0"
VER_MINOR = "9.18-dev"
VER_MINOR = "9.18"

BANNER = "Impacket v%s.%s - Copyright 2018 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 @@ -19,7 +19,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name = PACKAGE_NAME,
version = "0.9.18-dev",
version = "0.9.18",
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 462449c

Please sign in to comment.