Skip to content

Commit 2eecee7

Browse files
rahul4091claude
andcommitted
chore: bump phonecodes to v1.0.3 to sync with all packages
All packages now share the same version: 1.0.3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0de2b81 commit 2eecee7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

python/packages/phonecodes/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.3] - 2026-06-12
4+
5+
### Changed
6+
- Sync version with all other countrystatecity packages (countries, timezones, currencies, translations)
7+
38
## [1.0.0] - 2026-06-12
49

510
### Added

python/packages/phonecodes/countrystatecity_phonecodes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>>> plus1_countries = get_countries_by_phonecode("1")
1313
"""
1414

15-
__version__ = "1.0.0"
15+
__version__ = "1.0.3"
1616

1717
from .api import (
1818
get_all_phonecodes,

python/packages/phonecodes/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "countrystatecity-phonecodes"
7-
version = "1.0.0"
7+
version = "1.0.3"
88
description = "Type-safe Python package for international phone/dialing codes with 250+ country associations."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
authors = [

0 commit comments

Comments
 (0)