diff --git a/VERSION b/VERSION index 167b000..389facc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.4 \ No newline at end of file +0.5.5 \ No newline at end of file diff --git a/src/config.py b/src/config.py index 640b393..39baecd 100644 --- a/src/config.py +++ b/src/config.py @@ -5,7 +5,7 @@ def parsePlatformData(platform): if platform is None: return "" - elif bool(re.match(r'^(?:\d{1,2}[A-D]|[A-D]|\d[A-D]?|\d)$', platform)): + elif bool(re.match(r'^(?:\d{1,2}[A-D]|[A-D]|\d{1,2})$', platform)): return platform else: return ""