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