From f924ffc09695a92b2945d830cea6aa0a77322c1f Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Sun, 6 Sep 2020 19:58:37 +0800 Subject: [PATCH] [release] bump version to 1.8.1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index f0660a7..bc9857a 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ from packaging import version as ver_parser GITHUB_RELEASE_URL = "https://api.github.com/repos/skyzh/canvas_grab/releases/latest" -VERSION = "v1.7.8" +VERSION = "v1.8.1" def check_latest_version():