We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f7df commit ffc4a99Copy full SHA for ffc4a99
setup.py
@@ -5,15 +5,15 @@
5
6
setup(
7
name='upcloud-api-python',
8
- version='0.1',
+ version='0.1.1',
9
description='UpCloud API Client',
10
author='Elias Nygren',
11
author_email='elias.nygren@upcloud.com',
12
maintainer='Elias Nygren',
13
maintainer_email='elias.nygren@upcloud.com',
14
url='https://www.upcloud.com',
15
packages=['upcloud', 'upcloud.cloud_manager'],
16
- download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.1',
+ download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.1.1',
17
license='MIT',
18
install_requires=[
19
'mock==1.0.1',
0 commit comments