We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8317e8e commit 3ed4107Copy full SHA for 3ed4107
setup.py
@@ -7,15 +7,15 @@
7
name='karcher-home',
8
packages=['karcher'],
9
include_package_data=True,
10
- version='0.4.3',
+ version='0.4.4',
11
license='MIT',
12
description='Kärcher Home Robots client',
13
long_description=open('README.md').read(),
14
long_description_content_type='text/markdown',
15
author='Lauris BH',
16
author_email='lauris@nix.lv',
17
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',
+ download_url='https://github.com/lafriks/python-karcher/releases/download/v0.4.4/karcher-home-0.4.4.tar.gz',
19
platforms='any',
20
install_requires=[
21
'click',
0 commit comments