1 parent 7b2955f commit 82e5d92Copy full SHA for 82e5d92
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "stableops"
7
-version = "1.0.0"
+version = "1.0.1"
8
description = "Official Python SDK for StableOps - Stablecoin payment infrastructure"
9
readme = "README.md"
10
requires-python = ">=3.8"
stableops/__init__.py
@@ -76,7 +76,7 @@
76
verify_webhook_signature,
77
)
78
79
-__version__ = "1.0.0"
+__version__ = "1.0.1"
80
81
__all__ = [
82
# Client
0 commit comments