From b3012a63949e39175159738b481f1d93cb06af4c Mon Sep 17 00:00:00 2001 From: SG Date: Mon, 15 May 2023 13:53:22 +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 05a0a8e..e363008 100755 --- a/transmat/transmat.py +++ b/transmat/transmat.py @@ -9,7 +9,7 @@ from progress.bar import Bar import diceware -VERSION_NUMBER="0.1.3" +VERSION_NUMBER="0.1.8" SCRIPT_BASENAME = os.path.basename(sys.argv[0]) async def read_chunks(filename, chunk_size = 1024):