From fbe44924c55b5ef76d324231116ec87300779dc0 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 30 May 2023 08:30:51 +0100 Subject: [PATCH] Prep for 8.13.13 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 ad0611be6..9ece642f5 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.12" +__version__ = "8.13.13" __all__ = ['PhoneNumber', 'CountryCodeSource', 'FrozenPhoneNumber', 'REGION_CODE_FOR_NON_GEO_ENTITY', 'NumberFormat', 'PhoneNumberDesc', 'PhoneMetadata',