From 53b2d88f8d02a7c51643831eb7fe8216aade2a66 Mon Sep 17 00:00:00 2001 From: "D. MacCarthy" Date: Sat, 18 Feb 2023 09:36:01 -0700 Subject: [PATCH] Update __init__.py --- sc8pr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc8pr/__init__.py b/sc8pr/__init__.py index b967218..a8b1e7c 100644 --- a/sc8pr/__init__.py +++ b/sc8pr/__init__.py @@ -16,7 +16,7 @@ # along with "sc8pr". If not, see . -version = 3, 0, "dev2" +version = 3, 0, "a2" print("sc8pr {}.{}.{}: https://dmaccarthy.github.io/sc8pr".format(*version)) import PIL.Image # Omit from sc8pr-core