fix: version check

This commit is contained in:
Swann 2020-11-20 22:06:08 +01:00
parent 3841ed3330
commit 46414aef13
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -25,7 +25,7 @@ from pathlib import Path
import socket
import re
VERSION_EXPR = re.compile('\d+\.\d+\.\d+\w\d+')
VERSION_EXPR = re.compile('\d+.\d+.\d+')
THIRD_PARTY = os.path.join(os.path.dirname(os.path.abspath(__file__)), "libs")
DEFAULT_CACHE_DIR = os.path.join(