Skip to content

Commit 7a5ea8a

Browse files
author
semantic-release
committed
chore(release): 1.0.0 [skip ci]
1 parent 90a5ce8 commit 7a5ea8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "lettermint"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Official Lettermint Python SDK"
99
readme = "README.md"
1010
license = "MIT"

src/lettermint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from .types import EmailAttachment, EmailPayload, EmailStatus, SendEmailResponse
5555
from .webhook import Webhook
5656

57-
__version__ = "0.1.0"
57+
__version__ = "1.0.0"
5858

5959
__all__ = [
6060
# Main clients

0 commit comments

Comments
 (0)