From e6da12d22825dbe214afc826b3d2aa35c43020c2 Mon Sep 17 00:00:00 2001 From: spiritualized Date: Fri, 21 Apr 2023 16:22:12 -0400 Subject: [PATCH] Bump version to 3.0.0 --- smarthash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarthash.py b/smarthash.py index f2a0d34..21fa4fb 100644 --- a/smarthash.py +++ b/smarthash.py @@ -19,7 +19,7 @@ from config import * from baseplugin import BasePlugin, ParamType, UIMode -smarthash_version = "2.4.0" +smarthash_version = "3.0.0" requests.utils.default_user_agent = lambda: f"SmartHash/{smarthash_version}"