Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Squachen committed Dec 8, 2022
1 parent 1c5920f commit dc002b8
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,13 +7,13 @@
name = 'micloud',
packages = ['micloud'],
include_package_data=True,
version = '0.5',
version = '0.6',
license='MIT',
description = 'Xiaomi cloud connect library',
author = 'Sammy Svensson',
author_email = '[email protected]',
url = 'https://github.com/squachen/micloud',
download_url = 'https://github.com/Squachen/micloud/archive/v_0.5.tar.gz',
download_url = 'https://github.com/Squachen/micloud/archive/v_0.6.tar.gz',
install_requires=[
'requests',
'tzlocal',
Expand Down

0 comments on commit dc002b8

Please sign in to comment.