Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrobertz committed Mar 24, 2020
1 parent 78075ac commit d35b0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoscrape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'autoscrape-py'
__author__ = 'Brandon Roberts ([email protected])'
__license__ = 'AGPLv3'
__version__ = '1.6.1'
__version__ = '1.6.2'


from autoscrape.scrapers.test import TestScraper
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_long_description():

setuptools.setup(
name='autoscrape',
version='1.6.1',
version='1.6.2',
description='An automated, programming-free web scraper for interactive sites',
long_description=get_long_description(),
author='Brandon Roberts',
Expand Down

0 comments on commit d35b0c4

Please sign in to comment.