aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorYilei Yang <yileiyang@google.com>2017-10-02 15:53:37 -0700
committerYilei Yang <yileiyang@google.com>2017-10-02 16:08:18 -0700
commit66bae26cf1a633d284b7603b1f5e8226757417aa (patch)
treeaa01745f51d6710866844389fe6fe0ca31fdf593 /setup.py
parentc9ea2dab3beb1ac35d946b348a568d5d28831859 (diff)
downloadabsl-py-66bae26cf1a633d284b7603b1f5e8226757417aa.tar.gz
Bump absl-py version to 0.1.1.
PiperOrigin-RevId: 170767439
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 54d7007..cc59667 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.0',
+ version='0.1.1',
description='Abseil Python Common Libraries',
author='The Abseil Authors',
url='https://github.com/abseil/abseil-py',