Skip to content

Commit e1c0771

Browse files
committed
Bump version to 0.3 and README pip install
1 parent 1c57b85 commit e1c0771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ salesforce-python is an API wrapper for Sales written in Python
44

55
## Installing
66
```
7-
pip install git+git://github.com/GearPlug/salesforce-python.git
7+
pip install salesforce-python
88
```
99

1010
## Usage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='salesforce-python',
4-
version='0.2',
4+
version='0.3',
55
description='API wrapper for Salesforce written in Python',
66
url='https://github.com/GearPlug/salesforce-python',
77
author='Miguel Ferrer',

0 commit comments

Comments
 (0)