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 twisted.internet import reactor
from scrapy.crawler import Crawler from scrapy.crawler import Crawler
from scrapy import signals, log from scrapy import signals, log
import docopt import docopt
@ -72,7 +71,7 @@ def search(docopt_arguments, source_loader):
# The start for the Fourmi Command Line interface. # The start for the Fourmi Command Line interface.
if __name__ == '__main__': if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.5.3') arguments = docopt.docopt(__doc__, version='Fourmi - V0.6.0')
loader = SourceLoader() loader = SourceLoader()
if arguments["--include"]: if arguments["--include"]: