Skip to content

Commit

Permalink
Bump to 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrobertz committed May 12, 2020
1 parent 600bfa7 commit 7912eee
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.8'
__version__ = '1.6.9'


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.8',
version='1.6.9',
description='An automated, programming-free web scraper for interactive sites',
long_description=get_long_description(),
author='Brandon Roberts',
Expand Down

0 comments on commit 7912eee

Please sign in to comment.