Skip to content

Commit

Permalink
New version, mark tested python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 5, 2019
1 parent 2097fac commit aa7bc45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='PyBLNET',
version='0.7.1',
version='0.7.2',
description='Automate wireless communication to UVR1611 via BL-NET',
author='Niels Mündler',
author_email='n.muendler@web.de',
Expand All @@ -37,7 +37,10 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords='python uvr1611 blnet technische alternative home automation iot',
python_requires='>=3',
Expand Down

0 comments on commit aa7bc45

Please sign in to comment.