Bumped version

This commit is contained in:
Nex 2021-10-30 13:40:25 +02:00
parent 7019375767
commit 02bf903411
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.13"
MVT_VERSION = "1.2.14"
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")