diff --git a/README.md b/README.md index c15bbc0..bcf4ef7 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ Please file issues to [GitHub issue tracker](https://github.com/kawasaki/pyscrli Releases -------- +Release 0.2.8 + +* Supported Microbit More v2 + Release 0.2.7 * Supported Snap Firefox and Chromium diff --git a/setup.py b/setup.py index 36c5840..50153ef 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.7", + version="0.2.8", author="Shin'ichiro Kawasaki", author_email='kawasaki@juno.dti.ne.jp', description='Scratch-link for Linux with Python',