Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Oct 3, 2023
1 parent e0065b6 commit 580b6d8
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.5',
version='0.5.1',
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='lauris@nix.lv',
url='https://github.com/lafriks/python-karcher',
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.5/karcher-home-0.5.tar.gz',
download_url='https://github.com/lafriks/python-karcher/releases/download/v0.5.1/karcher-home-0.5.1.tar.gz',
platforms='any',
install_requires=[
'click',
Expand Down

0 comments on commit 580b6d8

Please sign in to comment.