Skip to content

Commit

Permalink
version bump to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
invernizzi committed Jun 25, 2014
1 parent e28cf6b commit 296a114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -24,12 +24,12 @@ def install_into_scapy(a):
setup(
name="scapy-http",
packages=['scapy_http'],
version="1.1",
version="1.4",
description="HTTP-layer support for Scapy",
install_requires=['scapy'],
author=['Luca Invernizzi, Steeve Barbeau'],
author_email=['invernizzi.l@gmail.com'],
url='https://github.com/invernizzi/scapy-http',
download_url='https://github.com/invernizzi/scapy-http/tarball/1.3',
download_url='https://github.com/invernizzi/scapy-http/tarball/1.4',
keywords=['http', 'scapy', 'newtork', 'dissect', 'packets']
)

0 comments on commit 296a114

Please sign in to comment.