summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-24 16:11:11 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-09-30 10:16:15 +0100
commit23268a0ebddab9f23c2a2a3e9ca8f22016a9fd2b (patch)
tree22e2a428949d1bf5f8bae83b0e5868f1eb0cf091 /wrappers/python/setup.py
parent0a98c2990418d09b7dd857cc30a774cd9a9a943d (diff)
Version: Update to 4.0.0
Diffstat (limited to 'wrappers/python/setup.py')
-rw-r--r--wrappers/python/setup.py2
1 files changed, 1 insertions, 1 deletions
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"))