Skip to content

Commit

Permalink
chore: bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Derich committed Apr 26, 2023
1 parent 04674de commit 891cabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/with_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="<strong>hello, world!</strong>",
attachments=[{"filename": "invoice.pdf", "content": list(f)}],
Expand Down
2 changes: 1 addition & 1 deletion resend/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"


def get_version():
Expand Down

0 comments on commit 891cabf

Please sign in to comment.