Skip to content

Commit 0cccff8

Browse files
committed
Change version number to 3.2 as that's the true upstream version
1 parent 7c4cad8 commit 0cccff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
raise RuntimeError("Python 2.4 or newer is required")
3131

3232
distutils.core.setup(name='phonenumbers',
33-
version='3.1a1',
33+
version='3.2a1',
3434
description="Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.",
3535
author='David Drysdale',
3636
author_email='dmd@lurklurk.org',

0 commit comments

Comments
 (0)