From e6d63a5c97985be34df7560622e68d1884da104c Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Sat, 16 Oct 2021 10:26:29 +0900 Subject: [PATCH] Tag version 0.2.4 Signed-off-by: Shin'ichiro Kawasaki --- README.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2aefd..3603acd 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,11 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.4 + +* Added -s option to specify BLE scan duration +* Improved README.md + Release 0.2.3 * Fixed eternal loop caused by hostname resolve failure diff --git a/setup.py b/setup.py index c9d9cc8..3dfa3dd 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.3", + version="0.2.4", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',