Skip to content

Commit 580b6d8

Browse files
committed
Release v0.5.1
1 parent e0065b6 commit 580b6d8

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
@@ -7,15 +7,15 @@
77
name='karcher-home',
88
packages=['karcher'],
99
include_package_data=True,
10-
version='0.5',
10+
version='0.5.1',
1111
license='MIT',
1212
description='Kärcher Home Robots client',
1313
long_description=open('README.md').read(),
1414
long_description_content_type='text/markdown',
1515
author='Lauris BH',
1616
author_email='[email protected]',
1717
url='https://github.com/lafriks/python-karcher',
18-
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.5/karcher-home-0.5.tar.gz',
18+
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.5.1/karcher-home-0.5.1.tar.gz',
1919
platforms='any',
2020
install_requires=[
2121
'click',

0 commit comments

Comments
 (0)