diff --git a/README.md b/README.md index 3603acd..152aeb9 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.5 + +* Fixed handling of multiple UUIDs for LEGO Boost + Release 0.2.4 * Added -s option to specify BLE scan duration diff --git a/setup.py b/setup.py index 3dfa3dd..e8bbc95 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pyscrlink", - version="0.2.4", + version="0.2.5", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',