Bumped version

This commit is contained in:
Nex 2021-09-22 17:32:22 +02:00
parent 94e3c0ce7b
commit 1f08572a6a
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.8"
MVT_VERSION = "1.2.9"
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")