aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRichard Levasseur <rlevasseur@google.com>2018-10-22 11:04:51 -0700
committerCopybara-Service <copybara-piper@google.com>2018-10-22 11:05:04 -0700
commitc4a646dc7d49f68ffc293e951057f776380abd69 (patch)
tree2d3c5fb3968b69ce2adf6c60936d1ddb4843db9a /setup.py
parent8b219d29505f6e38788b948ca663eab7f3331ad7 (diff)
downloadabsl-py-c4a646dc7d49f68ffc293e951057f776380abd69.tar.gz
Bump absl to 0.6.0
New Features: * Tempfile management APIs for tests: read/write/manage tempfiles for test purposes easily and correctly. See TestCase.create_temp{file/dir} and the corresponding commit for more info. Bug Fixes: * Just minor doc typo fixes PiperOrigin-RevId: 218197620
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 7d43ec8..7e2bba3 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ with open(_README_PATH, 'rb') as fp:
setuptools.setup(
name='absl-py',
- version='0.5.0',
+ version='0.6.0',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),