diff --git a/README.md b/README.md index be0e9de..caca49d 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,11 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.1 + +* Added libglib to required package list in README.md +* Improved setcap and getcap tool finding + Release 0.2.0 * Latency issue fix for BLE devices' write characteristics diff --git a/setup.py b/setup.py index 1814600..761743f 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.0", + version="0.2.1", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',