Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
emtunc committed Jan 15, 2019
1 parent df752df commit aa10248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlackPirate.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def file_cleanup(input_file, output_info: ScanningContext):
parser.add_argument('--no-file-download', dest='file_download', action='store_false',
help='disable downloading of files from the Workspace')
parser.add_argument('--version', action='version',
version='SlackPirate.py v0.8. Developed by Mikail Tunç (@emtunc) with contributions from '
version='SlackPirate.py v0.9. Developed by Mikail Tunç (@emtunc) with contributions from '
'the amazing community! https://github.com/emtunc/SlackPirate/graphs/contributors')
"""
Even with "argument_default=None" in the constructor, all flags were False, so we explicitly set every flag to None
Expand Down

0 comments on commit aa10248

Please sign in to comment.