From a3e7e804289f2a5ce15f921a03cd51edada65a3b Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Wed, 3 Apr 2024 21:39:49 +0100 Subject: [PATCH] Increment version --- capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture.py b/capture.py index 6c76b90..74437ff 100644 --- a/capture.py +++ b/capture.py @@ -20,7 +20,7 @@ from PySide import QtGui QtWidgets = QtGui -version_info = (2, 4, 0) +version_info = (2, 5, 0) __version__ = "%s.%s.%s" % version_info __license__ = "MIT"