Bump version to 1.3.1. Skipping 1.3 as a tag already exists

This commit is contained in:
Donncha Ó Cearbhaill 2021-12-16 19:23:15 +01:00
parent 5df50f864c
commit e80c02451c

View File

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