Skip to content

Commit 1664629

Browse files
author
elbuo8
committed
Version bump and PEP8
1 parent 20bffd2 commit 1664629

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import sys
22
from setuptools import setup, find_packages
33

4+
45
def getRequires():
56
deps = ['smtpapi==0.1.2']
67
if sys.version_info < (3, 0):
@@ -12,7 +13,7 @@ def getRequires():
1213

1314
setup(
1415
name='sendgrid',
15-
version='0.5.0',
16+
version='0.5.1',
1617
author='Yamil Asusta',
1718
author_email='yamil@sendgrid.com',
1819
url='https://github.com/sendgrid/sendgrid-python/',

0 commit comments

Comments
 (0)