We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85018da commit a8ffeaaCopy full SHA for a8ffeaa
setup.py
@@ -4,14 +4,14 @@
4
5
setup(
6
name='upcloud-api',
7
- version='0.4.3',
+ version='0.4.4',
8
description='UpCloud API Client',
9
author='Elias Nygren',
10
maintainer='Mika Lackman',
11
maintainer_email='mika.lackman@upcloud.com',
12
url='https://github.com/UpCloudLtd/upcloud-python-api',
13
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
14
- download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.4.3',
+ download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.4.4',
15
license='MIT',
16
install_requires=[
17
'requests>=2.6.0',
0 commit comments