From 8d9bb94d87dbd32d200d0c57558e47a6c62d7a2c Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Sat, 27 Jun 2020 15:41:55 +0300 Subject: [PATCH] Release 1.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7c92d2..fb47da7 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from setuptools import setup setup( name="pylgbst", - version="1.1.2", + version="1.2.0", author="Andrey Pokhilko", author_email="apc4@ya.ru", license="MIT", - description="Python library to interact with LEGO Move Hub (from Lego BOOST set)", + description="Python library to interact with LEGO PoweredUp devices (Lego BOOST etc.)", url='https://github.com/undera/pylgbst', keywords=['LEGO', 'ROBOTICS', 'BLUETOOTH'],