Skip to content

Commit

Permalink
1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk committed Jun 3, 2017
1 parent f41e7b1 commit 01fff9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A simple web scraping tool for recipe sites I use in a project of mine that makes sense to live as
a separate package.

pip install git+git://github.com/RyanNoelk/[email protected].5
pip install git+git://github.com/RyanNoelk/[email protected].6

then:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='openeats-recipe-scraper',
url='https://github.com/RyanNoelk/recipe-scraper/',
version='1.0.5',
version='1.0.6',
description='Python package, scraping recipes from all over the internet',
keywords='python recipes scraper harvest',
long_description=README,
Expand Down

0 comments on commit 01fff9c

Please sign in to comment.