Skip to content

Commit

Permalink
update to rc10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Feb 21, 2019
1 parent 148db57 commit d027a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Python 3.6.5

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

For latest dev versions
For released version (specify a purplship==version if needed)

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

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

For released version (specify a purplship==version if needed)

```shell
pip install -f https://git.io/fxTZ6 purplship
```

## Running the tests

```shell
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(name='purplship',
version='1.0-rc9',
version='1.0-rc10',
description='Multi-carrier shipping API integration with python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d027a5f

Please sign in to comment.