Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit 8e22a29

Browse files
committed
Update to cloudbridge 2.0.0
1 parent 69890e7 commit 8e22a29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

genomespaceclient/storage_handlers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from abc import ABCMeta, abstractmethod
44

5-
from cloudbridge.cloud.factory import CloudProviderFactory, ProviderList
5+
from cloudbridge.factory import CloudProviderFactory, ProviderList
66

77
from genomespaceclient import util
88

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import find_packages, setup
22

33
setup(name='python-genomespaceclient',
4-
version="1.1.0",
4+
version="1.2.0",
55
description='Python bindings and commandline client to the GenomeSpace'
66
' API',
77
author='GVL Project',
88
author_email='[email protected]',
99
url='http://python-genomespaceclient.readthedocs.org/',
10-
install_requires=['cloudbridge>=1.0.1', 'requests'],
10+
install_requires=['cloudbridge>=2.0.0', 'requests'],
1111
extras_require={
1212
'dev': ['tox', 'sphinx', 'flake8', 'flake8-import-order']
1313
},

0 commit comments

Comments
 (0)