From d38d3d6798ae906ef2700e5ce4a50e768570534a Mon Sep 17 00:00:00 2001 From: Neucrack Date: Sun, 28 Jul 2024 14:08:35 +0800 Subject: [PATCH] bump version to 4.4.16 --- maix/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maix/version.py b/maix/version.py index 55dcc8a8..975c8776 100644 --- a/maix/version.py +++ b/maix/version.py @@ -3,6 +3,6 @@ version_major = 4 version_minor = 4 -version_patch = 15 +version_patch = 16 __version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)