Bumped version

This commit is contained in:
Nex 2021-10-23 13:51:44 +02:00
parent b0177d6104
commit 6d8de5b461
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.12"
MVT_VERSION = "1.2.13"
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")