From 1e43941a72083fd3cc372ce7e21ae55f181052c0 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Mon, 24 May 2021 17:01:37 +0200 Subject: [PATCH] Passwd join fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51e34d9..5fc6658 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ with open(path.join(pkg_dir, 'README.md'), encoding='utf-8') as f: setup( name='mktxp', - version='0.31', + version='0.32', url='https://github.com/akpw/mktxp',