1 parent c4d1fe8 commit d2d70d0Copy full SHA for d2d70d0
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "stableops"
7
-version = "0.12.1"
+version = "0.13.0"
8
description = "Official Python SDK for StableOps - Stablecoin payment infrastructure"
9
readme = "README.md"
10
requires-python = ">=3.8"
stableops/__init__.py
@@ -67,7 +67,7 @@
67
verify_webhook_signature,
68
)
69
70
-__version__ = "0.12.0"
+__version__ = "0.13.0"
71
72
__all__ = [
73
# Client
0 commit comments