Skip to content

Commit

Permalink
Update ipwhois to version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Feb 9, 2016
1 parent 2c244ce commit 4c51093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drone-whois/bin/drone-whois
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ from pylair import client


def main():
arguments = docopt(__doc__, version='drone-whois 1.0.1')
arguments = docopt(__doc__, version='drone-whois 1.0.2')
lair_url = ''
try:
lair_url = os.environ['LAIR_API_SERVER']
Expand Down
4 changes: 2 additions & 2 deletions drone-whois/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='drone-whois',
version='1.0.1',
version='1.0.2',
author='Tom Steele',
author_email='tom@stacktitan.com',
scripts=['bin/drone-whois'],
Expand All @@ -11,7 +11,7 @@
description='IPWhois tool for Lair.',
install_requires=[
"pylair >= 1.0.2",
"ipwhois == 0.10.2",
"ipwhois == 0.10.3",
"docopt >= 0.6.2",
"netaddr >= 0.7.15"
],
Expand Down

0 comments on commit 4c51093

Please sign in to comment.