Archived
1
0

Bumped version number

This commit is contained in:
Jip J. Dekker 2014-06-15 21:19:32 +02:00
parent f2baedf3da
commit c2e7829851

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