From 255da01fc701d672058daaa8cd6854814d5013b2 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 17 Oct 2023 06:52:33 +0100 Subject: [PATCH] Prep for 8.13.23 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 031a0e21..d901d253 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.22" +__version__ = "8.13.23" __all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber', 'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',