aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2017-12-18 12:49:37 -0800
committerCopybara-Service <copybara-piper@google.com>2017-12-18 12:49:53 -0800
commit28ae68ca912adffeaee4648101522e65c66dcd93 (patch)
tree1f55bda67760ac8be23688f7b19d00677e6f2024 /setup.py
parent94fa98b6eb6288068da37ba68e762d9e12a77005 (diff)
downloadabsl-py-28ae68ca912adffeaee4648101522e65c66dcd93.tar.gz
Bump absl-py version to 0.1.7.
PiperOrigin-RevId: 179457085
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 612d56c..33b5ec8 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.6',
+ version='0.1.7',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),