diff --git a/README.md b/README.md index 3780a5e..c15bbc0 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.7 + +* Supported Snap Firefox and Chromium +* Added -r option to retry BLE scan + Release 0.2.6 * Removed Bluetooth Classic and LEGO Mindstorm EV3 support diff --git a/setup.py b/setup.py index 02facad..36c5840 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.6", + version="0.2.7", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',