Reverted version number to minor

This commit is contained in:
Nex
2021-09-02 15:33:36 +02:00
parent 505d3c7e60
commit 0dea25d86e
+1 -1
View File
@@ -6,7 +6,7 @@
import requests
from packaging import version
MVT_VERSION = "1.3"
MVT_VERSION = "1.2.6"
def check_for_updates():
res = requests.get("https://pypi.org/pypi/mvt/json")