Skip to content

Commit 227dc66

Browse files
committed
Move out of beta status.
Fixes daviddrysdale#30
1 parent b83b60c commit 227dc66

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python/phonenumbers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
# Version number is taken from the upstream libphonenumber version
134134
# together with an indication of the version of the Python-specific code.
135-
__version__ = "5.9b1"
135+
__version__ = "5.9.1"
136136

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

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'phonenumbers.carrierdata', 'phonenumbers.tzdata'],
4444
test_suite="tests",
4545
platforms='Posix; MacOS X; Windows',
46-
classifiers=['Development Status :: 4 - Beta',
46+
classifiers=['Development Status :: 5 - Production/Stable',
4747
'Intended Audience :: Developers',
4848
'License :: OSI Approved :: Apache Software License',
4949
'Operating System :: OS Independent',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
package_dir={'': 'python'},
4848
test_suite="tests",
4949
platforms='Posix; MacOS X; Windows',
50-
classifiers=['Development Status :: 4 - Beta',
50+
classifiers=['Development Status :: 5 - Production/Stable',
5151
'Intended Audience :: Developers',
5252
'License :: OSI Approved :: Apache Software License',
5353
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)