Skip to content

Commit d2d70d0

Browse files
committed
chore: bump version to 0.13.0
1 parent c4d1fe8 commit d2d70d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "stableops"
7-
version = "0.12.1"
7+
version = "0.13.0"
88
description = "Official Python SDK for StableOps - Stablecoin payment infrastructure"
99
readme = "README.md"
1010
requires-python = ">=3.8"

stableops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
verify_webhook_signature,
6868
)
6969

70-
__version__ = "0.12.0"
70+
__version__ = "0.13.0"
7171

7272
__all__ = [
7373
# Client

0 commit comments

Comments
 (0)