Skip to content

Commit

Permalink
chore: Bump to v0.7.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
drish authored Jan 9, 2024
1 parent fccc64a commit 9c59e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ __pycache__/
*.py[cod]
*$py.class

wheel.sh

# C extensions
*.so

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.6.0"
__version__ = "0.7.0"


def get_version():
Expand Down

0 comments on commit 9c59e60

Please sign in to comment.