Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclinic committed Oct 31, 2019
1 parent 461f59a commit 7c3bee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/tuyapower2mqtt-0.3.4.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'tuyapower2mqtt', # How you named your package folder (MyLib)
packages = ['tuyapower2mqtt'], # Chose the same as "name"
version = '0.3.4', # Start with a small number and increase it with every change you make
version = '0.3.5', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Reports all the power stats & on/off state from a Tuya / SmartLife / Jinvoo WiFI smart devices such as a socket or switch including newer v3.3 protocol devices', # Give a short description about your library
author = 'Phill Healey', # Type in your name
author_email = 'phill@codeclinic.de', # Type in your E-Mail
url = 'https://github.com/codeclinic/TuyaPower2MQTT', # Provide either the link to your github or to your website
download_url = 'https://github.com/codeclinic/TuyaPower2MQTT/archive/0.3.4.tar.gz', # I explain this later on
download_url = 'https://github.com/codeclinic/TuyaPower2MQTT/archive/0.3.5.tar.gz', # I explain this later on
keywords = ['TUYA', 'POWER', 'STATS', 'DATA', 'REPORTING', 'SWITCH', 'SOCKET', 'OUTLET', 'SMARTLIFE', 'JINVOO', 'WIFI', 'SMARTDEVICE', 'SMART', 'HOME','AUTOMATION'], # Keywords that define your package best
install_requires=[ # dependencies
'pycryptodome',
Expand Down

0 comments on commit 7c3bee6

Please sign in to comment.