Skip to content

Commit 7a718b2

Browse files
committed
Prep for 7.2.2 release
1 parent a668b48 commit 7a718b2

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.1"
137+
__version__ = "7.2.2"
138138

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

0 commit comments

Comments
 (0)