Skip to content

Commit

Permalink
Issue #51
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed Mar 22, 2019
1 parent 29196a7 commit 5410cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mailparser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,4 @@ def write_sample(binary, payload, path, filename): # pragma: no cover
f.write(base64.b64decode(payload))
else:
with open(sample, "w") as f:
f.write(payload.encode("utf-8"))
f.write(payload)
2 changes: 1 addition & 1 deletion mailparser/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
limitations under the License.
"""

__version__ = "3.9.2"
__version__ = "3.9.3"

if __name__ == "__main__":
print(__version__)

0 comments on commit 5410cb9

Please sign in to comment.