Archived
1
0

Bumped the version number

This commit is contained in:
Jip J. Dekker 2014-04-23 16:09:09 +02:00
parent e167c6f167
commit 68a1fe3717

View File

@ -79,7 +79,7 @@ def search(docopt_arguments, source_loader):
if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.1.0')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.2.5')
loader = SourceLoader()
if arguments["--include"]: