Skip to content

Commit

Permalink
build: bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RyouMon committed Aug 4, 2022
1 parent 1f5e923 commit 48b890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/favorites_crawler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from favorites_crawler.utils import auth
from favorites_crawler.utils.config import load_config, overwrite_settings

__version__ = '0.1.5'
__version__ = '0.1.6'

os.environ.setdefault('SCRAPY_SETTINGS_MODULE', 'favorites_crawler.settings')
scrapy_settings = get_project_settings()
Expand Down

0 comments on commit 48b890e

Please sign in to comment.