Bumped version number
This commit is contained in:
parent
25bf003bdb
commit
bb62c335d2
@ -69,7 +69,7 @@ def search(docopt_arguments, source_loader):
|
|||||||
|
|
||||||
# The start for the Fourmi Command Line interface.
|
# The start for the Fourmi Command Line interface.
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.2')
|
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.3')
|
||||||
loader = SourceLoader()
|
loader = SourceLoader()
|
||||||
|
|
||||||
if arguments["--include"]:
|
if arguments["--include"]:
|
||||||
|
Reference in New Issue
Block a user