Skip to content

Commit

Permalink
Merge pull request #161 from kevin-brown/patch-1
Browse files Browse the repository at this point in the history
Update smtpapi to 0.3.1
  • Loading branch information
thinkingserious committed Feb 4, 2016
2 parents 8aa1e16 + f3208b3 commit 36d2412
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 36d2412

Please sign in to comment.