Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaref committed May 5, 2017
2 parents 6c03e7d + 2176174 commit 3f5596b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ I have to mention that for each request a different agent header is used. The di
## How to use

The project is now distribured as a PyPI package!
To run an example simply include **http-request-randomizer==1.0.3** in your requirements.txt file.
To run an example simply include **http-request-randomizer** in your requirements.txt file.
Then run the code below:

````python
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ How to use
----------

The project is now distribured as a PyPI package! To run an example
simply include **http-request-randomizer==1.0.3** in your
simply include **http-request-randomizer** in your
requirements.txt file. Then run the code below:

.. code:: python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_tests(self):

setup(
name='http_request_randomizer',
version='1.0.3',
version='1.0.4',
url='http://pgaref.com/blog/python-proxy',
license='MIT',
author='Panagiotis Garefalakis',
Expand Down

0 comments on commit 3f5596b

Please sign in to comment.