Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithpr committed Jan 1, 2015
1 parent fb1ef1c commit caf3f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ A Python module to fetch and parse results from different search engines.

## Installation

Current release: 0.1.1.1

Needs Python3.
Install from pip: `pip install py-web-search`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'py-web-search',
packages = ['py-web-search'],
version = '0.1.11',
version = '0.1.1.1',
description = 'A Python module to fetch and parse results from different search engines.',
author='Rohith PR',
author_email='praroh2@gmail.com',
Expand Down

0 comments on commit caf3f34

Please sign in to comment.