File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 44
55setup (
66 name = 'upcloud-api' ,
7- version = '0.3.5 ' ,
7+ version = '0.3.6 ' ,
88 description = 'UpCloud API Client' ,
99 author = 'Elias Nygren' ,
1010 author_email = 'elias.nygren@upcloud.com' ,
1111 maintainer = 'Elias Nygren' ,
1212 maintainer_email = 'elias.nygren@upcloud.com' ,
1313 url = 'https://github.com/UpCloudLtd/upcloud-python-api' ,
1414 packages = ['upcloud_api' , 'upcloud_api.cloud_manager' ],
15- download = 'https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.3.5 ' ,
15+ download = 'https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.3.6 ' ,
1616 license = 'MIT' ,
1717 install_requires = [
18- 'future==0.14.3' ,
19- 'mock==1.0.1' ,
20- 'requests==2.6.0' ,
21- 'responses==0.3.0' ,
22- 'six==1.9.0' ,
23- 'wheel==0.24.0'
18+ 'requests>=2.6.0' ,
19+ 'six>=1.9.0'
2420 ]
2521)
Original file line number Diff line number Diff line change 77from __future__ import unicode_literals
88from __future__ import absolute_import
99
10- __version__ = '0.3.5 '
10+ __version__ = '0.3.6 '
1111__author__ = 'Elias Nygren'
1212__author_email__ = 'elias.nygren@upcloud.com'
1313__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments