Bump to 1.4.0 to skip previously used PyPi versions

This commit is contained in:
Donncha Ó Cearbhaill 2021-12-17 12:52:06 +01:00
parent 2d16218489
commit 8f88f872df

View File

@ -6,7 +6,7 @@
import requests import requests
from packaging import version from packaging import version
MVT_VERSION = "1.3.2" MVT_VERSION = "1.4.0"
def check_for_updates(): def check_for_updates():