webhook-platform 2.1.0__tar.gz → 2.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: webhook-platform
3
- Version: 2.1.0
3
+ Version: 2.2.1
4
4
  Summary: Official Python SDK for Hookflow — reliable webhook infrastructure
5
5
  Author-email: Vadym Kykalo <vadymkykalo@gmail.com>
6
6
  License: MIT
@@ -36,7 +36,7 @@ from .types import (
36
36
  ReplayEventResponse,
37
37
  )
38
38
 
39
- __version__ = "2.1.0"
39
+ __version__ = "2.2.1"
40
40
 
41
41
  # Backward-compatible aliases
42
42
  WebhookPlatform = Hookflow
@@ -37,7 +37,7 @@ from .errors import (
37
37
 
38
38
  DEFAULT_BASE_URL = "http://localhost:8080"
39
39
  DEFAULT_TIMEOUT = 30
40
- SDK_VERSION = "2.1.0"
40
+ SDK_VERSION = "2.2.1"
41
41
 
42
42
 
43
43
  class Hookflow:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "webhook-platform"
7
- version = "2.1.0"
7
+ version = "2.2.1"
8
8
  description = "Official Python SDK for Hookflow — reliable webhook infrastructure"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: webhook-platform
3
- Version: 2.1.0
3
+ Version: 2.2.1
4
4
  Summary: Official Python SDK for Hookflow — reliable webhook infrastructure
5
5
  Author-email: Vadym Kykalo <vadymkykalo@gmail.com>
6
6
  License: MIT