1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Remove empty clashing file

Fixes issue #12
This commit is contained in:
Andrey Pohilko 2018-08-12 19:40:32 +03:00
parent ad14ee22ed
commit ddb65ec043
2 changed files with 1 additions and 1 deletions

View File

View File

@ -2,7 +2,7 @@ from distutils.core import setup
setup(name='pylgbst',
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
version='0.7',
version='0.8',
author='Andrey Pokhilko',
author_email='apc4@ya.ru',
packages=['pylgbst'],