Bumped version

This commit is contained in:
Nex 2021-09-14 14:33:17 +02:00
parent ccdfd92d4a
commit f1d039346d
1 changed files with 1 additions and 1 deletions

View File

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