From 23268a0ebddab9f23c2a2a3e9ca8f22016a9fd2b Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Wed, 24 Sep 2025 16:11:11 +0200 Subject: Version: Update to 4.0.0 --- wrappers/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/setup.py') diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 086d8c0..f33e0ec 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -4,7 +4,7 @@ import subprocess from setuptools import setup from setuptools.command.build_py import build_py -COMMON_VERSION = "3.0.0" +COMMON_VERSION = "4.0.0" SETUP_PATH = os.path.abspath(__file__) COMMON_EXPORTS_PATH = os.path.abspath(os.path.join(SETUP_PATH, "../../../exports")) -- cgit v1.2.3