Skip to content

Commit

Permalink
Update smtpapi to 0.3.1
Browse files Browse the repository at this point in the history
This updates the Python smtpapi library to 0.3.1, the latest version that has been released.

This closes #160.
  • Loading branch information
kevin-brown committed Feb 4, 2016
1 parent 8aa1e16 commit f3208b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def getRequires():
deps = ['smtpapi==0.2.0']
deps = ['smtpapi==0.3.1']
if sys.version_info < (2, 7):
deps.append('unittest2')
elif (3, 0) <= sys.version_info < (3, 2):
Expand Down

0 comments on commit f3208b3

Please sign in to comment.