Skip to content

Commit 3ed4107

Browse files
committed
Release v0.4.4
1 parent 8317e8e commit 3ed4107

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.4.3',
10+
version='0.4.4',
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='lauris@nix.lv',
1717
url='https://github.com/lafriks/python-karcher',
18-
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.4.3/karcher-home-0.4.3.tar.gz',
18+
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.4.4/karcher-home-0.4.4.tar.gz',
1919
platforms='any',
2020
install_requires=[
2121
'click',

0 commit comments

Comments
 (0)