From 02b4ab82708bfefaa638e92d15aad5998026210c Mon Sep 17 00:00:00 2001 From: asolino Date: Mon, 4 May 2015 12:18:43 -0300 Subject: [PATCH] Changing version also at setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 804ff48044..44e70ffbe4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ PACKAGE_NAME = "impacket" setup(name = PACKAGE_NAME, - version = "0.9.13-dev", + version = "0.9.13", description = "Network protocols Constructors and Dissectors", url = "http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket", author = "CORE Security Technologies",