Skip to content

Commit 6fdade4

Browse files
committed
update to rc10 version
1 parent 329197a commit 6fdade4

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Python 3.6.5
4444

4545
PurplShip can be installed with [pip](https://pip.pypa.io/):
4646

47-
For latest dev versions
47+
For released version (specify a purplship==version if needed)
4848

4949
```shell
50-
pip install --process-dependency-links -e git://github.com/PurplShip/purplship.git#egg=purplship
50+
pip install -f https://git.io/fxTZ6 purplship
5151
```
5252

5353
Alternatively, you can grab the latest source code from [GitHub](https://github.com/PurplShip/purplship):
@@ -57,12 +57,6 @@ git clone https://github.com/PurplShip/purplship.git
5757
pip install --process-dependency-links -e purplship
5858
```
5959

60-
For released version (specify a purplship==version if needed)
61-
62-
```shell
63-
pip install -f https://git.io/fxTZ6 purplship
64-
```
65-
6660
## Running the tests
6761

6862
```shell

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='purplship',
7-
version='1.0-rc9',
7+
version='1.0-rc10',
88
description='Multi-carrier shipping API integration with python',
99
long_description=long_description,
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)