Skip to content

Commit cc12a84

Browse files
author
Elias Nygren
committed
bump version to 0.3.6
1 parent 6b063db commit cc12a84

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

setup.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,18 @@
44

55
setup(
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='[email protected]',
1111
maintainer='Elias Nygren',
1212
maintainer_email='[email protected]',
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
)

upcloud_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from __future__ import unicode_literals
88
from __future__ import absolute_import
99

10-
__version__ = '0.3.5'
10+
__version__ = '0.3.6'
1111
__author__ = 'Elias Nygren'
1212
__author_email__ = '[email protected]'
1313
__license__ = 'MIT'

0 commit comments

Comments
 (0)