Skip to content

Commit

Permalink
Update storage to 1.3.1. (#3741)
Browse files Browse the repository at this point in the history
Did this to update the google-resumable-media dependency to
allow for empty files.
  • Loading branch information
dhermes committed Aug 7, 2017
1 parent b09eda9 commit f034c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/setup.py
Expand Up @@ -53,13 +53,13 @@
REQUIREMENTS = [
'google-cloud-core >= 0.26.0, < 0.27dev',
'google-auth >= 1.0.0',
'google-resumable-media >= 0.2.2',
'google-resumable-media >= 0.2.3',
'requests >= 2.0.0',
]

setup(
name='google-cloud-storage',
version='1.3.0',
version='1.3.1',
description='Python Client for Google Cloud Storage',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit f034c61

Please sign in to comment.