From 81a0b185b8b773d71e13ad54eaafd309b6b82189 Mon Sep 17 00:00:00 2001 From: LightArrowsEXE Date: Tue, 15 Oct 2024 16:56:10 +0200 Subject: [PATCH] Hotfix bump --- vstools/_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vstools/_metadata.py b/vstools/_metadata.py index 9eb9c1d..73f4cc7 100644 --- a/vstools/_metadata.py +++ b/vstools/_metadata.py @@ -1,6 +1,6 @@ """Functions and utils related to VapourSynth.""" -__version__ = '3.3.2' +__version__ = '3.3.3' __author_name__, __author_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev' __maintainer_name__, __maintainer_email__ = __author_name__, __author_email__