aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2018-03-27 16:44:12 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-27 16:44:24 -0700
commitef3dc017f75635825c53c107497925a5a2591fed (patch)
treef24f46550a9751ffd8650e4acb6f12a330441415 /setup.py
parentb9a491784b86aa0cd89de94d1c4b775fc63f9ed8 (diff)
downloadabsl-py-ef3dc017f75635825c53c107497925a5a2591fed.tar.gz
Bump absl-py version to 0.1.13.
PiperOrigin-RevId: 190695793
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 3c188af..31e6a6b 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.12',
+ version='0.1.13',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),