Archived
1
0

Bumped the version number

This commit is contained in:
Jip J. Dekker 2014-06-04 19:52:54 +02:00
parent 475d7fc865
commit 9ea8dfbe41

View File

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