From 406386549238fa38e133a0abda93ec429c550015 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 30 Nov 2023 08:47:17 +0000 Subject: [PATCH] 0.10.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ i75/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"):