Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed May 7, 2023
1 parent 97eb228 commit c00bb9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
name='karcher-home',
packages=['karcher'],
include_package_data=True,
version='0.4.4',
version='0.4.5',
license='MIT',
description='Kärcher Home Robots client',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Lauris BH',
author_email='[email protected]',
url='https://github.com/lafriks/python-karcher',
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.4.4/karcher-home-0.4.4.tar.gz',
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.4.5/karcher-home-0.4.5.tar.gz',
platforms='any',
install_requires=[
'click',
Expand Down

0 comments on commit c00bb9d

Please sign in to comment.