From e4ac07c05aae4b59812f59e24e343e5d80d456a2 Mon Sep 17 00:00:00 2001 From: yindongliang Date: Fri, 15 Nov 2019 13:33:47 +0800 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d9de2c..aedf81f 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-mirage-field', - version='0.0.3', + version='0.0.4', install_requires=[ "cryptography", "tqdm",