Archived
1
0

Bumped the version number

This commit is contained in:
Jip J. Dekker 2014-04-22 19:10:24 +02:00
parent 53049330e9
commit 67bc3f3144

View File

@ -86,7 +86,7 @@ def start_log(arguments):
if __name__ == '__main__':
arguments = docopt.docopt(__doc__, version='Fourmi - V0.1.0')
arguments = docopt.docopt(__doc__, version='Fourmi - V0.2.0')
start_log(arguments)
settings = scrapy_settings_manipulation(arguments)
setup_crawler(arguments["<compound>"], settings)