diff --git a/README.md b/README.md index 35efac2..ac4f931 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index ecf0fa9..b6b6689 100644 --- a/setup.py +++ b/setup.py @@ -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',