Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9369ff4

Browse files
committedApr 19, 2024·
Prep for 8.13.35 release
1 parent 2e1e133 commit 9369ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/phonenumbers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
# Version number is taken from the upstream libphonenumber version
148148
# together with an indication of the version of the Python-specific code.
149-
__version__ = "8.13.34"
149+
__version__ = "8.13.35"
150150

151151
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
152152
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)
Please sign in to comment.