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
1 changed files with 1 additions and 1 deletions

View File

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