aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2017-10-23 13:33:50 -0700
committerCopybara-Service <copybara-piper@google.com>2017-10-23 13:34:14 -0700
commit9eb75e827c21c49b4b33236bfb56563406655cff (patch)
treedcdf705fc001314c595b2b111a90501adcb5b934 /setup.py
parentbb8cf43737035a069021be9b654562ac827fcb5e (diff)
downloadabsl-py-9eb75e827c21c49b4b33236bfb56563406655cff.tar.gz
Bump absl-py version to 0.1.4.
PiperOrigin-RevId: 173162842
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 adf3f0e..31bfb0b 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.3',
+ version='0.1.4',
description='Abseil Python Common Libraries',
author='The Abseil Authors',
url='https://github.com/abseil/abseil-py',