Skip to content

Commit 82e5d92

Browse files
committed
chore: bump version to 1.0.1
1 parent 7b2955f commit 82e5d92

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 = "1.0.0"
7+
version = "1.0.1"
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
@@ -76,7 +76,7 @@
7676
verify_webhook_signature,
7777
)
7878

79-
__version__ = "1.0.0"
79+
__version__ = "1.0.1"
8080

8181
__all__ = [
8282
# Client

0 commit comments

Comments
 (0)