From bb42b51333de0c531c12fb0c1abe6f0d2494b061 Mon Sep 17 00:00:00 2001 From: Salvatore La Bua Date: Wed, 21 Jun 2023 21:34:46 +0900 Subject: [PATCH] Bump version to 0.2.1 for Pico Display 2 support --- picomotodash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picomotodash.py b/picomotodash.py index 23e95a1..f4d8a76 100644 --- a/picomotodash.py +++ b/picomotodash.py @@ -5,7 +5,7 @@ __author__ = "Salvatore La Bua" __copyright__ = "Copyright 2021, Salvatore La Bua" __license__ = "GPL" -__version__ = "0.2.0" +__version__ = "0.2.1" __maintainer__ = "Salvatore La Bua" __email__ = "slabua@gmail.com" __status__ = "Development"