From 0eaa2db8f62c722bcfb7ca9bffd7bb95a6afe33b Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Fri, 9 Feb 2024 10:28:47 +0000 Subject: [PATCH] Prep for 8.13.30 release --- python/phonenumbers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py index d70f7b40..cdd93f51 100644 --- a/python/phonenumbers/__init__.py +++ b/python/phonenumbers/__init__.py @@ -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',