From cf2bb5d7c48630ab212333f71eb53c63a59abc5c Mon Sep 17 00:00:00 2001 From: ^_^ <8480595+ballaballaballa@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:27:13 +0100 Subject: [PATCH] chore: bump version to 0.2.2 --- grawlix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grawlix/__init__.py b/grawlix/__init__.py index 68c81ab..4df125f 100644 --- a/grawlix/__init__.py +++ b/grawlix/__init__.py @@ -1,4 +1,4 @@ from .encryption import Encryption, AESEncryption from .book import Book, SingleFile, OnlineFile, Metadata -__version__ = "0.2.1" +__version__ = "0.2.2"