From 9f76fb8c3291932090feb594fa31aaca75ee850f Mon Sep 17 00:00:00 2001 From: Yilei Yang Date: Mon, 16 Oct 2017 12:38:34 -0700 Subject: Bump absl-py version to 0.1.3. PiperOrigin-RevId: 172362454 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c54e691..adf3f0e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if py_version < ('2', '7') or py_version[0] == '3' and py_version < ('3', '4'): setuptools.setup( name='absl-py', - version='0.1.2', + version='0.1.3', description='Abseil Python Common Libraries', author='The Abseil Authors', url='https://github.com/abseil/abseil-py', -- cgit v1.2.3