Fixes problem if you have a number in your output name

This commit is contained in:
generaldenmark
2020-11-22 18:51:28 +01:00
parent ce78dd2e7c
commit 4a9f520433
2 changed files with 3 additions and 3 deletions

View File

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