Archived
1
0

Bumped the version number

This commit is contained in:
Jip J. Dekker 2014-06-21 01:33:52 +02:00
parent a9669b968d
commit a00aea3eca

View File

@ -25,7 +25,6 @@ Options:
"""
from twisted.internet import reactor
from scrapy.crawler import Crawler
from scrapy import signals, log
import docopt
@ -72,7 +71,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.3')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.6.0')
loader = SourceLoader()
if arguments["--include"]: