From ae7cdff74e6634379f21411a3806eec8964f45ce Mon Sep 17 00:00:00 2001 From: Shkarupa Alex Date: Thu, 8 Aug 2024 11:52:26 +0300 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 073f3a8..f7a11db 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup from setuptools.dist import Distribution -__VERSION__ = "0.24.0" +__VERSION__ = "0.25.0" def get_ext_modules():