We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bffd2 commit 1664629Copy full SHA for 1664629
1 file changed
setup.py
@@ -1,6 +1,7 @@
1
import sys
2
from setuptools import setup, find_packages
3
4
+
5
def getRequires():
6
deps = ['smtpapi==0.1.2']
7
if sys.version_info < (3, 0):
@@ -12,7 +13,7 @@ def getRequires():
12
13
14
setup(
15
name='sendgrid',
- version='0.5.0',
16
+ version='0.5.1',
17
author='Yamil Asusta',
18
author_email='yamil@sendgrid.com',
19
url='https://github.com/sendgrid/sendgrid-python/',
0 commit comments