Bumped version

This commit is contained in:
Nex
2021-09-02 15:31:25 +02:00
parent 8f04c09b75
commit b3bc1bdef1

View File

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