diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index 8effaa49..7d06d795 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -1,6 +1,6 @@ module Docs class Python < FileScraper - self.version = '3.4.3' + self.version = '3.5.0' self.type = 'sphinx' self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html self.base_url = 'http://docs.python.org/3/'