From 414e76edd2968d26a6cf21ecd685047f0e154c0c Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Mon, 25 Nov 2024 00:06:37 +0100 Subject: [PATCH] __version__ is a string --- src/isal/_version.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isal/_version.pyi b/src/isal/_version.pyi index bd8c70e0..e59e7032 100644 --- a/src/isal/_version.pyi +++ b/src/isal/_version.pyi @@ -5,4 +5,4 @@ # This file is part of python-isal which is distributed under the # PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2. -__version__: int +__version__: str