Skip to content

Commit

Permalink
Merge 308abbf into 9303a68
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jun 3, 2020
2 parents 9303a68 + 308abbf commit a7fb229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyblnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ImportError as e:
warnings.warn(ImportWarning(e))

VERSION = (0, 8, 0)
VERSION = (0, 8, 1)

__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'nielstron'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='python uvr1611 blnet technische alternative home automation iot',
python_requires='>=3',
Expand Down

0 comments on commit a7fb229

Please sign in to comment.