diff --git a/examples/with_attachments.py b/examples/with_attachments.py index 7a0fddc..f821161 100644 --- a/examples/with_attachments.py +++ b/examples/with_attachments.py @@ -12,8 +12,8 @@ ).read() r = client.send_email( - sender="team@recomendo.io", - to="carlosderich@gmail.com", + sender="from@example.io", + to="to@email.com", subject="hi", html="hello, world!", attachments=[{"filename": "invoice.pdf", "content": list(f)}], diff --git a/resend/version.py b/resend/version.py index d3ff564..cc76b66 100644 --- a/resend/version.py +++ b/resend/version.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" def get_version():