From 923c036cec46f00c42e392151b43d71d488040f0 Mon Sep 17 00:00:00 2001 From: Shin'ichiro Kawasaki Date: Sun, 27 Dec 2020 21:06:47 +0900 Subject: [PATCH] Tag version 0.2.0 Signed-off-by: Shin'ichiro Kawasaki --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cf275..1706c65 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,10 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.0 + +* Latency issue fix for BLE devices' write characteristics + Release 0.1.0 * Initial release diff --git a/setup.py b/setup.py index c36a839..1814600 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pyscrlink", - version="0.1.0", + version="0.2.0", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',