From aa1024839e80ecb52849de8295eb25dbff6a7471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikail=20Tun=C3=A7?= Date: Tue, 15 Jan 2019 23:58:39 +0000 Subject: [PATCH] version bump --- SlackPirate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlackPirate.py b/SlackPirate.py index 45f194d..5925abe 100644 --- a/SlackPirate.py +++ b/SlackPirate.py @@ -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