aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2017-12-04 11:03:13 -0800
committerCopybara-Service <copybara-piper@google.com>2017-12-04 11:03:27 -0800
commitac8a8e663049c2d2c744063d8f090d90cbb71cb6 (patch)
tree963559662e24492662f5cee48a23eb07edfe3c5c /setup.py
parent87c456a47bff732a0329a1269be85a953c77c0c0 (diff)
downloadabsl-py-ac8a8e663049c2d2c744063d8f090d90cbb71cb6.tar.gz
Bump absl-py version to 0.1.6.
PiperOrigin-RevId: 177838291
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8965ce0..612d56c 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.5',
+ version='0.1.6',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),