Skip to content

Commit e6c9b55

Browse files
committed
updated version to 0.1.3
1 parent 107df3e commit e6c9b55

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: sendgrid/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
del sendgrid, message
55

6-
__version__ = "0.1.0"
7-
version_info = (0, 1, 0)
6+
__version__ = "0.1.3"
7+
version_info = (0, 1, 3)

Diff for: setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from setuptools import setup, find_packages
22

3-
43
setup(
54
name='sendgrid',
6-
version='0.1.2',
5+
version='0.1.3',
76
author='Kane Kim',
87
author_email='[email protected]',
98
packages=find_packages(),
109
url='https://github.com/sendgrid/sendgrid-python/',
1110
license='LICENSE.txt',
12-
description='SendGrid client',
13-
long_description='SendGrid client',
11+
description='SendGrid library for Python',
12+
long_description='SendGrid library for Python',
1413
)

0 commit comments

Comments
 (0)