Skip to content

Commit ffc4a99

Browse files
author
Elias Nygren
committed
bump version to 0.1.1
1 parent c35f7df commit ffc4a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name='upcloud-api-python',
8-
version='0.1',
8+
version='0.1.1',
99
description='UpCloud API Client',
1010
author='Elias Nygren',
1111
author_email='elias.nygren@upcloud.com',
1212
maintainer='Elias Nygren',
1313
maintainer_email='elias.nygren@upcloud.com',
1414
url='https://www.upcloud.com',
1515
packages=['upcloud', 'upcloud.cloud_manager'],
16-
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.1',
16+
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.1.1',
1717
license='MIT',
1818
install_requires=[
1919
'mock==1.0.1',

0 commit comments

Comments
 (0)