1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

bump version number (#48)

This commit is contained in:
bllfr0g
2019-08-17 19:47:47 -07:00
committed by Joseph Pintozzi
parent fe87e16ac5
commit 2d167fa41f

View File

@@ -85,7 +85,7 @@ def auto_checkin(reservation_number, first_name, last_name, notify=[]):
if __name__ == '__main__':
arguments = docopt(__doc__, version='Southwest Checkin 0.2')
arguments = docopt(__doc__, version='Southwest Checkin 1')
reservation_number = arguments['CONFIRMATION_NUMBER']
first_name = arguments['FIRST_NAME']
last_name = arguments['LAST_NAME']