Skip to content

Commit f3208b3

Browse files
committed
Update smtpapi to 0.3.1
This updates the Python smtpapi library to 0.3.1, the latest version that has been released. This closes #160.
1 parent 8aa1e16 commit f3208b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def getRequires():
10-
deps = ['smtpapi==0.2.0']
10+
deps = ['smtpapi==0.3.1']
1111
if sys.version_info < (2, 7):
1212
deps.append('unittest2')
1313
elif (3, 0) <= sys.version_info < (3, 2):

0 commit comments

Comments
 (0)