Archived
1
0

Bumped version number

This commit is contained in:
Jip J. Dekker 2014-06-08 22:39:27 +02:00
parent 1ab7d0ba76
commit e7da0bb177

View File

@ -66,7 +66,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.4.2')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.0')
loader = SourceLoader()
if arguments["--include"]: