Skip to content

Commit 091fdbe

Browse files
author
Mika Lackman
committed
setup updated
1 parent fa73f1c commit 091fdbe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44

55
setup(
66
name='upcloud-api',
7-
version='0.3.9',
7+
version='0.4.1',
88
description='UpCloud API Client',
99
author='Elias Nygren',
10-
author_email='[email protected]',
11-
maintainer='Elias Nygren',
12-
maintainer_email='[email protected]',
10+
maintainer='Mika Lackman',
11+
maintainer_email='[email protected]',
1312
url='https://github.com/UpCloudLtd/upcloud-python-api',
1413
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
15-
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.3.9',
14+
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.4.1',
1615
license='MIT',
1716
install_requires=[
1817
'requests>=2.6.0',

0 commit comments

Comments
 (0)