Skip to content

Commit ddc0fe0

Browse files
committed
chore: bump to v0.7.30 to unblock PyPI publish
1 parent 46ded96 commit ddc0fe0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
1111

1212
---
1313

14+
## [0.7.30] - 2026-03-06
15+
16+
### Changed
17+
- Version bump to unblock PyPI publish (v0.7.29 publish workflow stuck in queue due to GitHub infrastructure issue)
18+
19+
---
20+
1421
## [0.7.29] - 2026-03-06
1522

1623
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kwtsms"
3-
version = "0.7.29"
3+
version = "0.7.30"
44
description = "Python client for kwtSMS, the Kuwait SMS gateway trusted by top businesses to deliver messages worldwide, with private Sender ID, free API testing, and non-expiring credits."
55
readme = "README.md"
66
requires-python = ">=3.8"

src/kwtsms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
__all__ = ["KwtSMS", "AsyncKwtSMS", "normalize_phone", "clean_message",
2525
"validate_phone_input", "parse_webhook"]
26-
__version__ = "0.7.29"
26+
__version__ = "0.7.30"

0 commit comments

Comments
 (0)