Skip to content

Commit

Permalink
Merge pull request #32 from Netflix-Skunkworks/issue_31_pin_gcs
Browse files Browse the repository at this point in the history
Pinning gcs for issue #31
  • Loading branch information
Patrick Kelley committed Apr 26, 2017
2 parents 678d5b8 + d3d2566 commit 6d288f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudaux/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = 'Cloud Auxiliary is a python wrapper and orchestration module for interacting with cloud providers'
__uri__ = 'https://github.com/Netflix-Skunkworks/cloudaux'

__version__ = '1.1.8'
__version__ = '1.1.9'

__author__ = 'Patrick Kelley'
__email__ = 'patrick@netflix.com'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'joblib>=0.9.4',
'inflection',
'google-api-python-client>=1.6.1',
'google-cloud-storage'
'google-cloud-storage==0.22.0'
]

tests_require = [
Expand Down

0 comments on commit 6d288f3

Please sign in to comment.