feat: bump version to 1.0.0a2

This commit is contained in:
Greyson LaLonde
2025-10-02 16:38:17 -04:00
committed by GitHub
parent 610bc4b3f5
commit 428810bd6f
2 changed files with 2 additions and 2 deletions

View File

@@ -291,4 +291,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.0.0a1"
__version__ = "1.0.0a2"

View File

@@ -40,7 +40,7 @@ def _suppress_pydantic_deprecation_warnings() -> None:
_suppress_pydantic_deprecation_warnings()
__version__ = "1.0.0a1"
__version__ = "1.0.0a2"
_telemetry_submitted = False