commit | 2cf360aa1de8318b5cfb188e9dcc7bec7d47ae5d | [log] [tgz] |
---|---|---|
author | Guillaume Valadon <guillaume@valadon.net> | Wed Dec 17 13:11:58 2014 +0100 |
committer | Guillaume Valadon <guillaume@valadon.net> | Wed Dec 17 13:11:58 2014 +0100 |
tree | ff4488c5a8eaebc36351b0b6a61ad0e03e83fdec | |
parent | 48cd056425672906e9be52f06423526658e1ecc8 [diff] [blame] |
Release 2.3.0 --HG-- extra : amend_source : 1a8c1e39d81d3c2818f63009124ff99f7dd73a4e
diff --git a/setup.py b/setup.py index 0d84925..4c30b74 100755 --- a/setup.py +++ b/setup.py
@@ -46,7 +46,7 @@ setup( name = 'scapy', - version = '2.2.0-dev', + version = '2.3.0', packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto', 'scapy/contrib'], scripts = SCRIPTS, data_files = [('share/man/man1', ["doc/scapy.1.gz"])],