diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc2969..10bb2b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.10.1 (2023-11-30) + +### Fix + +* fix: Fix import. ([`4501888`](https://github.com/andrewjw/i75/commit/45018886a1849fc7d83d48150ef50704d280869c)) + + ## v0.10.0 (2023-11-30) ### Feature diff --git a/i75/__init__.py b/i75/__init__.py index fd1a67c..1b74f2d 100644 --- a/i75/__init__.py +++ b/i75/__init__.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "0.10.0" +__version__ = "0.10.1" import picographics if hasattr(picographics, "DisplayType"):