Skip to content

Commit

Permalink
Bump version to 0.3 and README pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmferrer committed Feb 15, 2018
1 parent 1c57b85 commit e1c0771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ salesforce-python is an API wrapper for Sales written in Python

## Installing
```
pip install git+git://github.com/GearPlug/salesforce-python.git
pip install salesforce-python
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='salesforce-python',
version='0.2',
version='0.3',
description='API wrapper for Salesforce written in Python',
url='https://github.com/GearPlug/salesforce-python',
author='Miguel Ferrer',
Expand Down

0 comments on commit e1c0771

Please sign in to comment.