Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Oct 28, 2016
1 parent 3862ccd commit cac60c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drone-whois/bin/drone-whois
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from pylair import models
from pylair import client

def main():
arguments = docopt(__doc__, version='drone-whois 1.0.3')
arguments = docopt(__doc__, version='drone-whois 1.0.4')
lair_url = ''
try:
lair_url = os.environ['LAIR_API_SERVER']
Expand Down
2 changes: 1 addition & 1 deletion 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.3',
version='1.0.4',
author='Tom Steele',
author_email='tom@stacktitan.com',
scripts=['bin/drone-whois'],
Expand Down

0 comments on commit cac60c4

Please sign in to comment.