From f36e78daf4fb542c549b086efc61d19c0470e9ce Mon Sep 17 00:00:00 2001 From: SG Date: Mon, 8 May 2023 19:27:23 +0200 Subject: [PATCH] version bump --- transmat/transmat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmat/transmat.py b/transmat/transmat.py index 0a78cea..41f4bc8 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -9,7 +9,7 @@ from progress.bar import Bar import diceware -VERSION_NUMBER="0.1.1" +VERSION_NUMBER="0.1.3" SCRIPT_BASENAME = os.path.basename(sys.argv[0]) async def read_chunks(filename, chunk_size = 1024):