Bumped version

This commit is contained in:
Nex
2021-08-26 12:48:09 +02:00
parent a75cf58f72
commit e70054d0c2

View File

@@ -6,7 +6,7 @@
import requests
from packaging import version
MVT_VERSION = "1.2.4"
MVT_VERSION = "1.2.5"
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")