Last release introduced a bug, where if you had a monitor in your config that was not active, it would error out the script and prevent screenchanges

This commit is contained in:
generaldenmark
2020-11-13 15:50:12 +01:00
parent 57fe74e4d1
commit 2f455a6a5e
2 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ with open('README.rst', 'r') as fh:
setup(
name='pi3-smart-workspace',
version='0.1.7',
version='0.1.8',
packages=['pi3'],
url='https://github.com/GeneralDenmark/PyOutputHandler',
license='Apache-2.0 License ',