Skip to content

Commit

Permalink
Prep for 8.13.30 release
Browse files Browse the repository at this point in the history
daviddrysdale committed Feb 9, 2024
1 parent 672f85e commit 0eaa2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/phonenumbers/__init__.py
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@

# Version number is taken from the upstream libphonenumber version
# together with an indication of the version of the Python-specific code.
__version__ = "8.13.29"
__version__ = "8.13.30"

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

0 comments on commit 0eaa2db

Please sign in to comment.