Skip to content

Commit

Permalink
bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed May 18, 2015
1 parent 34c1e87 commit efb4fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -32,7 +32,7 @@ def recursive_search(path, target_files):
# This makes sure that we first search inside of */include/pcap
search_dirs = [os.path.join(d, 'usr', 'include', 'pcap'),
os.path.join(d, 'include', 'pcap'),
os.path.join(d, 'local', 'include', 'pcap'),
os.path.join(d, 'local', 'include', 'pcap'),
d]

pcap_h = recursive_search_dirs(search_dirs, ['pcap.h'])
Expand Down Expand Up @@ -102,7 +102,7 @@ def recursive_search(path, target_files):

setup(
name='pypcap',
version='1.1.1',
version='1.1.2',
author='Dug Song',
author_email='dugsong@monkey.org',
url='http://monkey.org/~dugsong/pypcap/',
Expand Down

0 comments on commit efb4fe5

Please sign in to comment.