From 25faca8e2a2727fff3e866f642640b7aeb24e375 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 26 Oct 2023 20:08:41 +0200 Subject: [PATCH] Incremented development version --- qrcode_artistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrcode_artistic.py b/qrcode_artistic.py index a9560f7..5b4218d 100644 --- a/qrcode_artistic.py +++ b/qrcode_artistic.py @@ -29,7 +29,7 @@ except ImportError: pass -__version__ = '3.0.0' +__version__ = '3.0.1.dev' def write_pil(qrcode, scale=1, border=None, dark='#000', light='#fff',