Skip to content

Commit 8c742f1

Browse files
committed
Prep for 7.2.5 release
1 parent 46f3ed6 commit 8c742f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
# Version number is taken from the upstream libphonenumber version
136136
# together with an indication of the version of the Python-specific code.
137-
__version__ = "7.2.4"
137+
__version__ = "7.2.5"
138138

139139
__all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber',
140140
'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',

0 commit comments

Comments
 (0)