Skip to content

Commit

Permalink
Bump version to 6.0.0a to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Mar 19, 2014
1 parent 810a02e commit cbb4115
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
Expand Up @@ -132,7 +132,7 @@

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

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

0 comments on commit cbb4115

Please sign in to comment.