Skip to content

Commit 3f5596b

Browse files
author
pgaref
committed
Merge branch 'release/1.0.4'
2 parents 6c03e7d + 2176174 commit 3f5596b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I have to mention that for each request a different agent header is used. The di
3434
## How to use
3535

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

4040
````python

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ How to use
5252
----------
5353

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

5858
.. code:: python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_tests(self):
4747

4848
setup(
4949
name='http_request_randomizer',
50-
version='1.0.3',
50+
version='1.0.4',
5151
url='http://pgaref.com/blog/python-proxy',
5252
license='MIT',
5353
author='Panagiotis Garefalakis',

0 commit comments

Comments
 (0)