Archived
1
0

Bumped version number

This commit is contained in:
Jip J. Dekker 2014-06-17 00:36:31 +02:00
parent 25bf003bdb
commit bb62c335d2

View File

@ -69,7 +69,7 @@ def search(docopt_arguments, source_loader):
# The start for the Fourmi Command Line interface.
if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.2')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.3')
loader = SourceLoader()
if arguments["--include"]: