Skip to content

Commit c8d0a17

Browse files
committed
Prep for 7.5.1 release
1 parent 3c13349 commit c8d0a17

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
@@ -135,7 +135,7 @@
135135

136136
# Version number is taken from the upstream libphonenumber version
137137
# together with an indication of the version of the Python-specific code.
138-
__version__ = "7.5.0"
138+
__version__ = "7.5.1"
139139

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

0 commit comments

Comments
 (0)